SS_Admin
2 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 someone assist on how to write it correctly.
Calculate("A#mpg test","Divide(A#33010, A#33005)",deptFilter)
Without knowing what the variable "deptFilter" is, try this:
api.Data.Calculate("A#[mpg test] = Divide(A#33010, A#33005)",deptFilter)