Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rafael5958
Creator
Creator

listbox as slider

I have a column with values from 1 to 300.000.000. With slider its hard to specify an number if its too low or high. Is there a way to create two listboxes with  min and max values and show the numbers between it, as a slider does?

Labels (2)
1 Solution

Accepted Solutions
Brett_Bleess
Former Employee
Former Employee

Rafael, I think I have an idea for you, what if you used Input Box objects to set the Min and Max of the slider(s)?  That is the best idea I have been able to generate thus far, that way the users can set the range which should make it easier to do things.  

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Input_Box.htm

I think you would want one for Min and one for Max, have those update a variable and use that variable in the Slider object for the Min and Max...  Hopefully this may solve your problem.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

2 Replies
Brett_Bleess
Former Employee
Former Employee

Rafael, I think I have an idea for you, what if you used Input Box objects to set the Min and Max of the slider(s)?  That is the best idea I have been able to generate thus far, that way the users can set the range which should make it easier to do things.  

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Input_Box.htm

I think you would want one for Min and one for Max, have those update a variable and use that variable in the Slider object for the Min and Max...  Hopefully this may solve your problem.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.