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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I need to set a slider starting at one and make increments every 25 steps.


So the slider should start and show 1% and the next be 25% and the next be 50% and 75% and 100%

4 Replies
rustyfishbones
Master II
Master II

create avariable called

vSlider and add a value of 1

In the general tab set min, max and static as

2013-10-15_2147.png

In the Number tab choose Number and show in %

It will look like this

2013-10-15_2145.png

missing the 1 %, can't figure that out

jpapador
Partner - Specialist
Partner - Specialist

Please See attached

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Chris,

The problem that you have here is that you are trying to get irregular gaps between your increments.  If you go from zero then there will be a regular number in each segment and all will be good (as in the above example).

I think if you absolutely need to go 1%, 25%, 50%, 100% I would create a slider that goes from zero and then remove the legends (on the Presentation tab set the Labels on Every n Major Units to 0).  You can then use text boxes to put on the legends you require.

When you come to use the variable though you will need to code for the fact that 1 will be represented as 0, eg:

if(vSlider = 0, 1, vSlider)

Hope that explains what the issue is and gives you some pointers how to get around it.

-Steve

swuehl
MVP
MVP

Maybe like one of these sliders?