Hello everyone,
I am trying to create a dashboard, and I would kindly ask for some tips on how I can accomplish the following functionality.
I have a table where the users can click on to check information of a particular parameter, let’s say $studentname$. I also have multiple charts with information about students, for example, a histogram presenting their age, another chart with their grades, and so on. I would need the user to click on the $studentname$ in a table, and as a result, the charts would highlight the student information. It should not filter but highlight only.
In summary, the table is used as a selection to highlight members in multiple charts.
Thank you!