Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a table with 5 columns:
The query for cumulative is as follows:
rangesum( above( sum(count_sum),0,rowno(TOTAL)))
I need cumulative to reset to 0 every time a new day begins, like so:
2
The query currently has the cumulative column constantly accumulating regardless of the time_15m value.
How can this query be modified to achieve this?
Thank you.