cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Preserve Time-frame When Navigating Between Dashboards?

GerardoAud
Frequent Guest

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!

1 REPLY 1

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:

from=$dt_timeframe_from&to=$dt_timeframe_to

at the end of the url instead add the following string:

&from=$dt_timeframe_from&to=$dt_timeframe_t
o


Example
Begging of URL

y_buccellato_1-1747239140208.png
End of Url

y_buccellato_0-1747239049382.png

good luck!

Yann

Featured Posts