Forum Discussion
aformenti
2 years agoContributor II
Looking at the GetDataCell expression, is this accurate? Looks like you have a misplace braket:
GetDataCell((Divide(CVC(CYAct)-CVC(PYAct), CVC(PYAct)))*100):Name(PY % Var)
alternatively, you could try multiplying the numerator instead:
GetDataCell(Divide((CVC(CYAct)-CVC(PYAct))*100, CVC(PYAct))):Name(PY % Var)
DDrider
2 years agoNew Contributor III
Thank you, unfortunately either calculation still ignores the *100. May not be possible to apply multiplication to CVMath.
Related Content
- 2 years ago
- 12 months ago
- 28 days ago
- 2 years ago