03 Aug 2023 07:33 AM
Hello all,
I would like to create a variable to use in my dashboard tiles and be able to filter by time periods:
Something like this:
And use this variable over DQL in the fetch:
fetch logs, $rangetime
....
is it possible to do something like this? How do i have to do it? I have tried several ways but it doesn't work
thanks in advanced
BR
JAR
10 Aug 2023 12:21 PM - edited 10 Aug 2023 12:22 PM
I am trying to understand the question better.
So you would like to get a variable that includes aggregate values of specific timeframes so for example always the average over 10min. Should this timeframe value be allowed to change? Can you maybe give an example of your specific use case? 🙂