Forum Discussion
Anonymous
7 years agoNot applicable
How to change the visuals based on Drop down selections
Hi, I have a need of hiding particular columns in the table chart based on drop down selections. For Ex:- Drop Down Abc XYZ RMP When i select Abc from above drop down i need...
Anonymous
7 years agoNot applicable
Hi Manohar,
Thank you for the quick response.
I have reviewed your suggestion(link).but the problem here is I am not using any of the columns present in the visual (table) for drop down. My drop down has different column and my visual columns are different.
Please suggest
Regards,
Dkd
PattemManohar
Community Champion
7 years agoAnonymous In that case, then you need to create a lookup table with the all the columns you want to link with for a particular code (which you are using in the dropdown).
For Example :
abc c1
abc c2
abc c3
xyz c1
xyz c2
etc...
Then link this lookup table to the main table (which you need to unpivot as per the link posted above). You might need to have a bridge table to avoid many to many relationships on columns link.
Please try and let me know how it goes !