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?

Solved Solved
0 3 117
2 ACCEPTED SOLUTIONS

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&v...

View solution in original post

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.

View solution in original post

3 REPLIES 3

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&v...

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.

Thank you! 

Top Labels in this Space