michaelkeung
2 years agoNew Contributor III
multiply 2 cell value
Hi,
I need to create an account to calculate two values multiply together.
I had set formulapass2 and set the formula as below:
api.Data.ClearCalculatedData("A#COG762D:U1#None",True,True,True)
api.data.calculate("A#COG762D:U1#None = A#COG931:U1#ALLDEPT * A#KPI142:U1#1520")
It shows zeros while A#COG931:U1#ALLDEPT is 100 and A#KPI142:U1#1520 is 25.
May I know why?
Thank you.