Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Slider object with min and max Date

Hello,

i have a table with 2 dimensions - Begin_Date and End_Date.

Now i want a slider in which i choose or set a interval for the date. is this possible? in the file attached i create 2 variables, vBegin and vEnd and select them in the properties tab for the slider object. but the slider shows nothing and i dont know why.

thank you for your help!

regards, aylin

4 Replies
Miguel_Angel_Baeyens

Hi Aylin,

Check this application that I built for that purpose, using sliders, set analysis and variables.

Hope that helps.

Miguel

Not applicable
Author

Hi Miguel,  thank you but i need one slider and not two slider objects

Anonymous
Not applicable
Author

Hi

     In your qv file the date fields are in String format.

     Hope you can't use > or < opereation in the string format in qlikview.

     Better you try to convert the date format as int or number and the check.

Regards

Ashok

Miguel_Angel_Baeyens

Hi,

Then use the Min() and Max() on the Begin and End dates.

Hope that helps.

Miguel