Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
MK_QSL
MVP
MVP

Max Day of Max Month

For the enclosed file, when I open the Main Tab, I need the Maximum Day of Maximum Month to be selected by trigger.

I don't want to use Date Field here...

i.e. Max(Date) ...

I need something like

Max Day where Month = Max Month....

Hope I have explained clearly...

10 Replies
MK_QSL
MVP
MVP
Author

I have found the solution....

Trigger

Select in Field

Field = Day

Search String

=Max(IF(Month = Max(All Month), Day))