Change of Columns in Interactive Dashboard

Hi, I have an interactive dashboard with two views, is there a way to change the columns available depending on what was chosen on the parent table? For example, When I Choose Category A on the first View, only a set of columns will be shown on the other view, and when I choose Category B, a different set of columns will be shown on the other view?

There are many articles and posts that will help you with dynamic dashboards.

For example I have found the YouTube video below very helpful.

I highly recommend that you check it out.

https://www.google.com/url?sa=t&source=web&rct=j&url=https://m.youtube.com/watch%3Fv%3DnK-Aq_ak_T8&ved=2ahUKEwi6k_21jdT1AhWtGqYKHVk3ApgQtwJ6BAg6EAI&usg=AOvVaw0uu2-rcj9P1gF4x7OBTLbD

2 Likes

If you are willing to implement a certain longish workaround, you could explore using “Show_if” properties of those tow resulting views. For Category A a view with the desired columns that need to be shown in Category A will show and with Category B selection, the view with desired columns in Category B will show.

You will need two views having the desired columns in Category A and B respectively.

1 Like

Thank you!