Forum Discussion
aformenti
OneStream Employee
2 years agoLooking 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)
DRider
OneStream Employee
2 years agoThank you, unfortunately either calculation still ignores the *100. May not be possible to apply multiplication to CVMath.
Related Content
- 2 years ago
- 2 years ago
- 3 years ago
- 3 years ago