Rev
3 years agoNew Contributor
Use computed member across forms/BRs
Hi,
I have an account member A#salary which is being computed using BR1 in CV1 and I need to use the computed value in another CV2 using BR2 to compute account member A#61000101.
Tried as below:
api.Data.calculate("A#61000101:U2#Staff:U4#None:U1#7330:O#BeforeAdj = A#Salary:U2#Staff:U4#None:U1#7330:O#Top")
Remaining dimensions is all same between two.
Kindly advise.