17 Sep 2020 09:01 PM
I want to be able to produce a histogram of User Action durations for a certain Application and put in a Dashboard. I have managed to do it with a Funnel, but was wondering if there is another way with Bar graphs. I used the following:
SELECT FUNNEL(duration<3000, duration<2000, duration<1000 ) from useraction
Any ideas?
18 Sep 2020 03:32 PM
I was only able to do this via funnel 😕
21 Sep 2020 06:29 PM
Unfortunately, due to the form the Funnel is constructed, it doesn't seem to give the whole/correct values... Looking for an alternative.