Forum Discussion
4 Replies
- NicolasArgenteValued Contributor
Hi OS_Pizza
Yes it should run fine. It is called using Math in Dynamic Calc Formulas like below. As it is a dynamic calc, it will run in memory. nothing stored.
Return api.Data.GetDataCell("(A#Cash + A#AcctsRec) * 1.10")Find more Dynamic Calc Types with examples, page 34 of the Design and Reference guide.
Cheers - NicolasArgenteValued Contributor
Hi Sergey
My understanding is that for Dynamic Calcs there is no order and you can reference them to each other.
Thanks- JackLacavaCommunity Manager
You're correct. DynamicCalc formulas will just trigger other DynamicCalcs to execute as required, regardless of hierarchy orders. Careful with circular dependencies though!
- SergeyContributor III
Shouldn't it work only if the first dynamic calc account is before the second dynamic calc in the hierarchy ?
Or the order of element in the dimension doesn't matter at all ?
Related Content
- 2 years ago
- 10 months ago