I have a container in which I am having multiple straight tables. I have also created bar charts separately. Now, I want to condtionally display the chart only when a particular straight table is selected in container.
Hi, There is no way to achieve it natively, because doesn't exists a function that returns the active container object. However as a workaround you can replace the container object with buttons (one for each straight table) and manage its actions. You can add an action to set a variable value in order to control the bar chart conditional show.