
Contributor III
2023-03-19
09:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1,017 Views
1 Solution
Accepted Solutions


Champion III
2023-03-19
11:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
If a post helps to resolve your issue, please accept it as a Solution.
980 Views
2 Replies


Champion III
2023-03-19
11:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
If a post helps to resolve your issue, please accept it as a Solution.
981 Views

Contributor III
2023-03-20
03:31 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
genius. It works well!! thank you
