Hi,
Please see attachment for my inquiry.
Appreciate the help on this.
Regards,
HI,
Try to put If condition in your target line item. Please see below screen shot attached.
Here I made number formatted , zero format Blank.
Let me know if you have any concerns. I hope this solves your problem.
Thanks,
Kavin.
Create a line item(Number Format), then Use the below logic,
Logic,
IF ISBLANK(TEXT(Rank)) THEN 0 ELSE Rank
Rank is my source line item in my example, Rank final is FInal Value.
In your example, Forzen TAT is Source.
if you dont want to see "0" in final value, change the zero format to Blank..
~Vignesh
Hi, I would recommend to use following formula for Frozen TAT:
FROZEN TAT = if isblank('FROZEN START DATE') or isblank('UNFREEZE DATE') then 0 else'UNFREEZE DATE' - 'FROZEN START DATE'
FROZEN TAT number format should be "blank" for zero formats
Just to share with you an easy way that one of my colleagues had to check NaN values and transform it in zero.
if abs(value(Text line item)) >= 0 then value(Text line item) else 0
Hope it helps!
Ciao
Alex
Hi Vignesh,
Thank you for the reply, I will try to re-create it using your approach.
Can someone help me i am unable to login anaplan portal using my credentials
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…
I have an action in a process which is getting failed since 2 days when run via CloudWorks with below error . No issues when run manually . Same error occurs when run manually but as a warning "Import complete but with failures" This action is running since almost a year without any issue . No change has been made to…