Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR June 25, 2025: Build on Apache Iceberg with Qlik Open Lakehouse - REGISTER TODAY
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)