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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

set expression help

i have the following set expression

Month = {$(=max(Date)}

but i waant to write it as bewteen 1 and max(Date)

Thanks

1 Reply
Anonymous
Not applicable
Author

Hi rgv,

Try this:

Month = {'>= 1 < $(=max(Date))'}

Regards,