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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

Slider needs to change based on selection

Hi,

I had loaded data as shown in below format.

LOAD 'A' as Word,RowNo() as Val AutoGenerate 10;

LOAD 'B' as Word,RowNo() as Val AutoGenerate 10;

- Now I had taken Val in slider object, it show the value from 1 to 20.

- When I select A from Word list box it still shows the value form 1 to 20.

- I want to feet the slider based on selections in qlikview file.

How can I achieve this ?

Thanks,

Jagan

4 Replies
MK_QSL
MVP
MVP

Like this?

MK_QSL
MVP
MVP

Better solution compare to previous one......

jagannalla
Partner - Specialist III
Partner - Specialist III
Author

I can go with simply Min(Val) and Max(Val)

jagannalla
Partner - Specialist III
Partner - Specialist III
Author

This is fine but slider position is not feting based on min and max value.