Hello!
I need to count how many times something occurs with less than a minute between each occurrence.
I decided to create a new column that starts at 0 and adds one every time the idle duration exceeds 60sec and then group by cluster using the summary tool and count the number of members to that cluster (identified by the unique number).
However, the In-Database formula took keeps giving me an error.
if "idle_duration" >60 then +1
How can I fix this?