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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Fixing a date variable

Hi I wanted to fix a variable based on the date so if the user selects different dates in other fields it doesn't change.

So wanted something like - vCurrentWave = Max(Date of event) the only trouble is I tried this and it keeps changing when users select fields

Any help really appreciated

2 Replies
tresesco
MVP
MVP

Use set analysis like:

vCurrentWave = Max({1} [Date of event])

Not applicable
Author

Thanks for your help I tried it in a text box and it didn't work do I need to set up a set analysis. I must be doing something wrong