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.
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!