Hello everyone!
I am working on a dashboard that displays data snapshots for specific time intervals: today, yesterday, a day from last week, and a day from last month. Each interval is essentially a duplication of the default ‘today so far’ interval, with changes only in the filtering date range and row names. I have set up a TimeInterval
variable with values like ‘now/d, 1d/d, 7d/d, 30d/d’.
I understand I need to pass this variable to each panel’s query option in the ‘Relative time’ and ‘Timeshift’ fields, but I am unsure how to proceed correctly.
Any insights or suggestions on this? Thanks in advance!