You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there! I tried to use the rediret-to-dashboard-feature to create a search-form for a subdashbaord.
Let's assume, I have a variable $search. It has the values [" ", "option1", "option2", "option3"]. " " is used as a placeholder for an empty search.
Now the variable $dashboards should contain ["dashboard1id", "dashboard2id", "dashboard2id","dashboard2id"]. Unfortunately, duplicate entries get removed by grafana, so it's actually ["dashboard1id", "dashboard2id"].
I now add the Business Variable panel displaying $search as variable to select from and $dashboards as the dashboard ids to redirect to.
The expected behaviour for me would be: a user selects one option above and gets redirected to the dashboard2id with $search set to whatever was selected.
Unfortunately that doesn't happen. Changing $dashboards manually redirects to the other dashboard proving that in theory the link works.
Is it possible to realize the desired effect with this plugin? I.e. is it possible to have the same dashboard for different values? Thanks in advance for any hints!
The text was updated successfully, but these errors were encountered:
Hello there! I tried to use the rediret-to-dashboard-feature to create a search-form for a subdashbaord.
$search
. It has the values[" ", "option1", "option2", "option3"]
." "
is used as a placeholder for an empty search.$dashboards
should contain["dashboard1id", "dashboard2id", "dashboard2id","dashboard2id"]
. Unfortunately, duplicate entries get removed by grafana, so it's actually["dashboard1id", "dashboard2id"]
.$search
as variable to select from and$dashboards
as the dashboard ids to redirect to.dashboard2id
with$search
set to whatever was selected.$dashboards
manually redirects to the other dashboard proving that in theory the link works.Is it possible to realize the desired effect with this plugin? I.e. is it possible to have the same dashboard for different values? Thanks in advance for any hints!
The text was updated successfully, but these errors were encountered: