Hello,
I am working on a workflow in which I want to create an interactive window using a bar chart and tile view.
My table looks like the following:
1 2 3 4 5
A 0 2 0 0 3
B 1 0 3 0 2
C 0 2 2 2 1
Column 5 in this example will be used for the bar chart. So decreasingly you would see the sequence ABC displayed. If I select bar B in this bar chart, I would like to automatically have the tile view showing:
B)
col 1 = 1
col 3 = 3
Ignoring the columns containing zeros. Bar C would show col 2, 3 and 4 and bar A would show only col 2. Is there anyone that knows how to do this?
Thanks,