Hi,
I have a 5 bar graphs representing count. And a table with one column having unique ID's.
Each time I click any one of the bar graph, the table gets updated.
If a count is zero, bar graph shows no bar. And therefore the table doesn't update. By default, it shows all the values.
The requirement is, if the bar graph is empty, the table should update to empty.
Is it possible?
Thanks