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: 
denis115
Creator
Creator

BUTTON select values from listbox between two variables

Hi!

I need help, I want to create a button with action - select in field between variables that are dates.

Ive already tryied ='>=' & '$(vPERIOD_START)' & '<=' & '$(vPERIOD_END)' but nothing worked, can you give me an advice how I must do this? 

Labels (3)
2 Replies
darshan_kotian
Partner - Contributor II
Partner - Contributor II

Hi Denis,

Add this expression in the filter pane of the field you want to filter

>=$(vPERIOD_START)<=$(vPERIOD_END)



Then create a bookmark and through the button, you can trigger that bookmark

If you found his answer useful, Kindly mark it

Thanks!

denis115
Creator
Creator
Author

Hi darshan_kotian, where should I add this expression? right in listbox expression?

Should bookmark work while i change variables?