Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
abhi1490
Contributor II
Contributor II

Slider/Calendar object alternative in qliksense

Hi Qlik Community,

What is the alternate solution to Slider/Calendar object in Qliksense. 

My requirement is to create From Month, To Month, From Year, To Year selection and I have Year, Month, Month Number fields.

I tried Date Picker but since there is no date in data, this is not working.

Any suggestion on how this can be achieved? 

Thank you in advance for your help. 

-Abhishek

Labels (2)
1 Reply
rubenmarin

Hi, one option could be to have the selectors as island (data not related with the model) or use variables to input each filter and use set analysis to filter the expressions. 

So it there are vFromMonth and vToMonth variables, the epxression could be:

Sum({<NumMonth={">=$(vFromMonth )<=$(vToMonth )"}>} Value)