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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Sakura
Creator
Creator

Qlikview slider for many charts

I have more than 10 verticle charts in qlikview dashboard. Customer is looking for slider functionality after giving the boundary to the dashboard.

Like showing 5 charts at a time and giving slider to show others.

Is this possible?

1 Solution

Accepted Solutions
pradosh_thakur
Master II
Master II

hi

easiest way i can think is

1:assign the slider to a variable v_show which will store the value selected on slider.

2:in first five chart the conditional statement in layout is nothing

3: in the next charts condition are as follows. v_show>=6  then v_show > 7 ...... v_show>=10

regards

Pradosh

Learning never stops.

View solution in original post

4 Replies
vvira1316
Specialist II
Specialist II

Hi Ash,

there are different options possible

1) may be have a button that will toggle view of charts between two set of 5 charts

2) arrange chart and qlikview will provide horizontal/vertical scroll bar for dashboard window

some other solution can be arrived at but will be difficult to explain in words or visualize without understanding

Would it be possible for you to provide some sample app, may be with dummy charts and explain what exactly users want

I'm not sure if this is the response you are looking for.

VerticalScroll.PNG

pradosh_thakur
Master II
Master II

hi

easiest way i can think is

1:assign the slider to a variable v_show which will store the value selected on slider.

2:in first five chart the conditional statement in layout is nothing

3: in the next charts condition are as follows. v_show>=6  then v_show > 7 ...... v_show>=10

regards

Pradosh

Learning never stops.
Sakura
Creator
Creator
Author

Amazing! This solved my problem.  Thank you very much Pradosh!

Sakura
Creator
Creator
Author

Thank you for the reply Vijay.