Hi,
How can i get the first and last date in my list based on the time it was created?
I need to have a boolean to get the :
First Date = 05/30
Last Date = 06/15
See below illustration of my data set:
Thanks in advance for helping.
Tom
Hi Tom, is there a top level on this list?
Also in the line item where you are creating an IF statement to leave blank the lines, instead of blank condition fill it in with this instead:
IF 'Date Created (Time)' = Min Time THEN DATE(2100, 01, 01) ELSE 'Date Created (Time)'
This should eliminate the first minimum value and then you can use the new date column to calculate the next minimum. The 2100 year will never trigger your min logic
Let me know if this makes sense
I am now able to get the data i need using MIN and MAX function.
My next problem now is when i create an IF Statement to leave blank those lines i don't need, the MIN becomes Blank.
Any function i can use to get the next min value?
Thanks,
Thank you so much @anirudh - this works !
Lovely! Glad to hear it :)
Hi - can't access support portal having already registered. Receive the following error message - is this an issue with Anaplan or our internal IT?
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…