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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
canmarroig
Partner - Creator
Partner - Creator

Action setting a variable as dimension

Hi, i need to create a button with an action:

if i want to set my date  >= to a certain variable i can find my data set ='>='&'$(vMaxDate)'  

if my date is only = to my variabile there's no action                             ='='&'$(vMaxDate)'  

3.jpg

Can you help me?

Tks

10 Replies
canmarroig
Partner - Creator
Partner - Creator
Author

I've found, it's possibile only if i set

=date(vMaxDate)

vMaxDate is a numeric date, but i still guess why

='>='&'$(vMaxDate)'

run correctly

Thank you!