Refer to other business calculations in business calculations

Sometimes it could be necessary to define an intermediate business calculation that is subsequently used by a different business calculation.

E.g

bizcalc_1

case(
when:budget_version == ‘Actual’
, then: date_day
, else: null
)

bizcalc 2

max(bizcalc_1)

Hi @Alex_H ,

This is definitely something that will improve the experience of the users when using Business Calculation.
Could you share more about how does this lack of reusability affect your current workflow?

Several times when you’re wanting to do some ad-hoc analysis you have to break the flow, go into AML and create the custom dimension. Frequently this is something that isn’t needed for the enterprise, so after creating the analysis, you would need to hide the field, obviously not ideal.