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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
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

Labels (1)
1 Reply
Anonymous
Not applicable
Author

Hi rgv,

Try this:

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

Regards,