Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
Boppy
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.