Hello community,
I have a data-table with this columns: Timestamp, Value and Event(flag)
First i want to calculate the average X Min (Rows) before the Event. [The Variable XMin is the same for every Event then]
Here i used 5 min for everything. Its just "Nice to have" if you could solve this with a Paramter XMin since the first formular can easily be adjusted.
The "real" problem comes next.
i want to calculate the average of current row to row+4
then average row+1 to row +5
then average row+2 to row +6
and so on (until i have 30 averages)
Is there a way to do this without 30 multirow-formulas?
attached the workflow with testdata.
