Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
tinkerz1
Creator II
Creator II

Conditional show on Tables or Charts

Hi,

Is there an expression that will work on showing Tables &  Charts rather then conditional show on dimensions and expressions?

I have limited space and would like to show a series of tables and relevent charts.

If I have pairs like:

Table01 - Chart01

Table02 - Chart02

Table03 - Chart03

Table04 - Chart04

Then I want over lay when a list box is selected a pair of table and chart, how can I do that? I dont want to set up conditional show on each chart or table and expression as they are different charts that share no common dimensions.

Thanks.

7 Replies
migueldelval
Specialist
Specialist

Hi Neil,

Maybe you can use variables to show graphs and charts. And use a button to show.

If you attach a file, I could help you.

Regards

Miguel del Valle

amit_saini
Master III
Master III

Neil,

This might help u!

Thanks,

AS

beck_bakytbek
Master
Master

Hi Neil,

you can create a variable: vShow =1,

and then : use this variable in the button: Actions: Set Variable: Variable: vShow , Value: if(vShow=0,1,0)

and within your objects/sheet: layout>Show Conditional: if(vShow=1,1,0)

i hope that helps to solve your issue

beck

migueldelval
Specialist
Specialist

Hi Neil,

You can test this example.

Regards

Miguel del Valle

Anonymous
Not applicable

Hi,

Have you tried with the "Show Conditional" option in the layout tab ?

awhitfield
Partner - Champion
Partner - Champion

Hi Neil,

could you mock up a screen shot of what you expect to see?

Andy

sampada0810
Creator
Creator

Create a variable vShow and set it 1 and handle the flag accordingly whenever to show and hide the object