Hi,
I am having a data value showing -Infinity. How can i convert this to zero value?
Thanks,
Tom
Can you try creating a new line item with the formula: IF Payback*0 = 0 then Payback else 0. You can then update the Payback line item directly.
Thanks @ankit_cheeni - it works. Not really sure why it has that inifinity value.
Regards,
Hi @tompatrick.ting
Create a new line item or maybe edit the formula in the above one and use this check:
If a new line item is created then,
IF ABS(Payback) <> VALUE("Infinity") THEN Payback ELSE 0
Cheers!!
I wanted to check if others are facing this specification difference between Grid Card in Additional Insight. When created using a Saved View, the Quick Sum bar feature does not work, but when created using the module directly, the Quick Sum bar works.
Does anyone have any documentation on the trade-offs of having 1 model for all components of planning (service revenue, product revenue, labour planning), vs multiple models 1 for each and a consolidation model to tie it all together?
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-yearβ¦