Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

How to keep default range value to slider

Hi,

I have a table box with date,starttime,endtime fields. I taken the slider with variable(s) vStart=starttime and vEnd=endtime and minValue=starttime,maxValue=endtime. When i select the starttime or endtime in the table box. The slider shows the range of starttime to endtime. But, my problem is by default the slider shows empty. How can i able to keep same range in slider by default. I attached some screenshots it will helps u to understand.

Thnks,

Boppyerror loading imageerror loading image

Labels (1)
1 Reply
Miguel_Angel_Baeyens
Support
Support

Hello,

Are you setting a min and max value in your slider preferences? If not, set, for example, =Min(starttime) for minimum and =Max(endtime) for maximum.

Hope that helps.