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.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…
We have an Integration Process in Anaplan CloudWorks created by User X - No WSA (originally Full Access with top-level Selective Access, now changed to Planner Read Only with Selective Access unchanged) and scheduled by User Y - with WSA , who also created the Integration Flow. Internal (Full Access) is enabled within the…
We've been building a tool called aplan4sheets and we'd genuinely like input from this community — both on what we've built so far and on what we should prioritize next. The problem we set out to solve: Anaplan's Excel add-in is Windows-centric, and there's no real native way to pivot Anaplan data in Google Sheets. We…