Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use panel as search on another dashboard? #244

Open
MatthiasGi opened this issue Feb 13, 2025 · 0 comments
Open

Use panel as search on another dashboard? #244

MatthiasGi opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@MatthiasGi
Copy link

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!

@mikhail-vl mikhail-vl added the question Further information is requested label Feb 13, 2025
@mikhail-vl mikhail-vl moved this to Backlog in Business Suite Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: Backlog
Development

No branches or pull requests

3 participants