How to pass time range from table cell link?

Hi,

I have a dashboard on which time range is set from/to now-7d/now.
On this dashboard I have a table and one column is set to render value as link.
I thought I will able to use ${__url_time_range} for sending time range to another dashboard, but it doesn’t work.

I managed to send time range by:
http://grafana.staged-by-discourse.com/d/Hv4jJrexz/my_dashboard?orgId=1&from={__from}&to={__to}

But in that case on linked dashboard time is not set as now-7d/now.
It is set as 2020-05-01 00:00:00 to 2020-05-07 00:00:00.

What is the proper way to send current time range in the format now-xd/now to another dashboard from the tables’ render as a link cell url?

Regards.

1 Like

I have the same issue. Is there any neat solution?