Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

2 bar charts and 1 straight table

Hi,

I have an object , Let’s say 2 bar charts and 1 straight table , Now if i make a selection on the straight table i want only 1 bar chart to be visible . How can i do this?

2 Replies
Digvijay_Singh

Some condition needs to be put in Layout/Show of both the charts, which bar chart you would like to show I think will depend on your business logic based on selected fields.

Can you share more details so that the condition to be put can be explored further.

Anonymous
Not applicable
Author

If you criteria is to hide one of the bar charts if a single item is selected than you can detect that with this Count() being 1

    Count( [YourItem]

Then on the Layout tab of your unwanted Bar Chart set Show to Conditional and put a condition expression something like this in:

    Count( [YourItem] = 1