Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display charts dynamically

Hi,

I'd like to know if the following is possible:

I have several Charts that shall be displayed on the same Qlikview sheet from top to bottom. As I find it quite confusing to scroll down a lot to see the last Chart on the Screen, I would like to have it dynamically.

So I created a Checkbox per inline script :

ChartSelection:

LOAD * INLINE [

Name

Chart1

Chart2

Chart3

...

];

What I would like to have now is that in case no Chart is selected, all 7 are hidden, if I select any of it, it will be shown. I think this might be working with Setting and reading a variable and a condition on each Chart.

But what if I select Charts 1 and 3? Then I would have a large gap between (the space reserved for Chart 2).

Like this:

1 -> shown

2 -> hidden, but space reserved

3 -> shown

Is it possible to Show it like this:

1

3

Hope you get my question :-).

Thanks, Regards

Jens

3 Replies
Anonymous
Not applicable
Author

Try this:

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Jens,

You can use conditional show conditions.

This app:

QlikView App: Show and Hide Windows Dynamically

And this blog post:

https://www.quickintelligence.co.uk/qlikview-buttons/

Should give you plenty of ideas on how to approach it.

Hope that helps.

Steve

Frank_Hartmann
Master II
Master II

also have a look at the attached sample

hope this helps