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 :)
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦