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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
eliezer7
Contributor III
Contributor III

how can i add Button with a condition in 'select value in a field' (action) + Qlink sense

Hi! I am converting a model from Qlik View to Sense. I want to make a button with the condition that it meets a date range. In the value field, i have now in Qlik View:

='>=' & DATE(Addmonths(Today(),-3)) & '<=' & DATE(Addmonths(Today(),3))

how can  i do the same in Qlik in sense?
I appreciate your help

 



 

Labels (4)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

Choose Action : "Toggle Field Selection"

Value Fx , paste the below , including leading = sign

='>=$(=DATE(Addmonths(Today(),-3)))<=$(=DATE(Addmonths(Today(),3)))'

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

2 Replies
vinieme12
Champion III
Champion III

Choose Action : "Toggle Field Selection"

Value Fx , paste the below , including leading = sign

='>=$(=DATE(Addmonths(Today(),-3)))<=$(=DATE(Addmonths(Today(),3)))'

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
eliezer7
Contributor III
Contributor III
Author

genius. It works well!! thank you