I have a data visualized as a table.
name | value | time |
App1 | 123 | 5s |
App2 | 0 | 2s |
App3 | 111 | 10s |
I know that drilldown option can be used to go through other pages and pass tokens to other dashboard. Currently I set clicking a row will open Value dashboard. However, is there any way that I can drilldown to multiple dashboards based on which column I clicked? (e.g. Clicking value column sends to Value dashboard, clicking name column sends to Name dashboard, etc)?