Group By Timerange

I guess what you are looking for is the “Window Loop Start” node in which you can loop over chunks based on date&time column. So you can find the range in the loop by a Math Formula (using COL_MAX() & COL_MIN() functions) node or you can label each chunk (for example by using the iteration number) and then after ending the loop, use a GroupBy node and group on the labels then find the max and min of the column you want then calculate the range (this way you have one row for each group).

Best,
Armin

1 Like