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!!
Is there any performance cost difference between a) SUM on a list line item in your data module, and b) dimensioning your data module by the list, then LOOKUP on a dimension? I am asking because I have a data module that is dimensioned by several large lists, creating sparsity. I can reduce sparsity by removing some of…
Hi I'm looking to speak to people who have used/are using the Docusign integration in their business. We are exploring the possibility, but we find the current setup quite limiting in terms of how an end user would interact with the integration, but also issues with concurrency and number field formats. Would appreciate…
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…