14 May 2025 12:01 PM
Hi all,
I’m working with the new dashboards and have a question about preserving the selected time-frame across dashboards.
I have two dashboards: a main dashboard and a secondary dashboard. I'd like to keep the selected time-frame from the main dashboard when switching to the second one, so I can view aligned data without having to re-select the time-frame manually.
I'm trying to navigate using a markdown link like this:
[Dashboard-2](#dashboard;id=*dashboard-Id*;gf=all)
However, when I land on the second dashboard, the selected time-frame does not carry over.
Has anyone managed to pass the time-frame between dashboards successfully?
Any tips or alternative approaches would be appreciated!
Thanks!
Solved! Go to Solution.
14 May 2025 05:12 PM
Hello Gerardo,
this is how you can pass timeframe from current dash you are visiting (main dash) to next dash (secondary dash) you'll visit.
In markdown tile after simbol # in the dash url add the following string:
Example
Begging of URL
End of Url
good luck!
Yann