Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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.
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
Amazing! This solved my problem. Thank you very much Pradosh!
Thank you for the reply Vijay.