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
SS_Admin
3 years agoNew Contributor
Business Rules
Hello, I an trying to write a calculation to divide one number by another one and have it to flow into a new account. Below is the formula I am using, but I am not getting the date to calculate. Can ...
- 3 years ago
Without knowing what the variable "deptFilter" is, try this:
api.Data.Calculate("A#[mpg test] = Divide(A#33010, A#33005)",deptFilter)
EricOsmanski
OneStream Employee
3 years agoWithout knowing what the variable "deptFilter" is, try this:
api.Data.Calculate("A#[mpg test] = Divide(A#33010, A#33005)",deptFilter)
SS_Admin
3 years agoNew Contributor
Hi Eric,
Unfortunately, neither of them didn't work. Should I write it in Business rules or in member formula?
Related Content
- 2 years ago
- 4 years ago
- 1 year ago