Is it possible to give a user two options when drilling down on a panel?
For example the dashboard has a table with one column A. If a user clicks that it updates the token in the dashboard. But now when a user clicks the value in column A a pop up occurs that gives the user the option of updating the current dashboard or going to another dashboard.
You can achieve this by applying Custom Javascript on that Table View which will open a popup and you can apply your drill down logic.
Please check this link for some sample JS code.
https://github.com/KamleshVaghela/splunk_dashboard_model_view_examples/blob/7d1ca961ebdedf6042ca02d7...
I hope this will help you.
KV