Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
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