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: 
nareshthavidishetty
Creator III
Creator III

Dynamic maximum month

Hi,

We are having an month listbox and we need the listbox should always select max(month).dynamically

Thanks..

Labels (1)
3 Replies
sunny_talwar
MVP
MVP

May be use an on open trigger to select in Month field

Field

Month

Search String

='=Month = Max({<Year = {$(=Max(Year))}>}Month)'

nareshthavidishetty
Creator III
Creator III
Author

Hi,

I have create an trigger but it is not working.

Thanks..

sunny_talwar
MVP
MVP

What is your Month field format?