Hi @mohamed_2020,
sorry but I don't speak french, so I'll answer in english.
you can pass the time delimiters to another dashboard in drilldown, adding these parameters to the drilldown url:
if the time input token is called "Time", you could add to your panel something like this:
<drilldown>
<link>
<![CDATA[drilldown_dashboard?TimeDa=$Time.earliest$&TimeA=$Time.latest$]]>
</link>
</drilldown>
Remember that if you want to use " & " in a dashboard, you have to replace with " & "
ciao.
Giuseppe
... View more