Forum Discussion
JackLacava
Honored Contributor
You mean you put a formula on a UD8 member, and it doesn't get executed when looking at an intersection of that member and an Account marked as DynamicCalc?
If so, that's the expected behaviour. Basically, OneStream will look for dynamic formulas to execute on a cell by following the "usual" calculation order, i.e. Account first, then Flow, then UD1, then UD2 etc etc. As soon as it finds a formula in one of the dimensions, it executes it, returns the value to the interface, and stops.
That means that, if you mark your Account as dynamic, OneStream will execute the Account formula and stop, without ever looking into other members.
aricgresko
2 years agoContributor III
Thanks for the info Jack; that totally makes sense with the order of operations.