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: 
Not applicable

Create a Button with Multi select

Hi guys

Please advise if i will be able to create a button that does a multi select???

I have been able to select  the following:

 

SEARCH STRING = Max(DAY)-1  and this will select a day before the MAX DAY

Kind regards,

Justin

BUT>>> I need the button to select the day before the MAX DAY and a day before that >>> Which means if today is the 23rd, i want to click the button and be able to view yesterday(22nd) and the day before(21sts) data.

Labels (1)
2 Replies
Not applicable
Author

should be something like this ....

='>=' &  Max(DAY)-1& '<=' & Max(DAY)

Not applicable
Author

awesomeness, thanks 🙂