
Creator III
2021-06-24
09:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to select filter values based on Variable dropdown
Hi Team,
I have below requirement. For instance if i select one month from dropdown it should select "Mar 21" from filter , in case "3 months" then it should select "Mar 21, Jan -21, Aug-20 " so on.. any one has any idea about how to implement this in Qlik Sense. Any inputs are greatly appreciated. Thank you . Please find the screen shot of the same.
1,293 Views
4 Replies

Creator
2021-06-25
06:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, though it's not using a dropdown, button field selections can achieve this.

Creator III
2021-06-25
07:30 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Snowy,
Thanks for your reply. Can you please let me know the button logic please?
1,223 Views

Creator
2021-06-25
07:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In my given example, making use of:
Max(Num)
'$(=Max(Num)-2);$(=Max(Num)-1);$(=Max(Num))'
'$(=Max(Num)-5);$(=Max(Num)-4);$(=Max(Num)-3);$(=Max(Num)-2);$(=Max(Num)-1);$(=Max(Num))'
1,214 Views

Creator III
2021-06-25
07:52 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Snowy,
Thanks, Let me try and get back to you.
1,204 Views
