Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
simotrab
Creator III
Creator III

Choose last but one date

Hi community,

short question about dates: how could I choose the last but one date from a group of date?

The formula I need is something like

today()-LastButOneDate()

Thanks in advance!

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Perhaps like this: Today() - Max(YourDateFieldHere, 2)


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Perhaps like this: Today() - Max(YourDateFieldHere, 2)


talk is cheap, supply exceeds demand
simotrab
Creator III
Creator III
Author

Thanks a lot!