The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
OS_Pizza
2 years agoContributor III
Calling one Dynamic calc account from another dynamic calc account
A1=100,A2=200 -> Both are Revenue account type and doesnt have any formula. D1=A1+A2 ->Account type and Formula type -> Both are dynamicCalc D2->Account type and Formula type -> Both are dynamicCal...
NicolasArgente
2 years agoValued 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
Related Content
- 5 months ago