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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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,