You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe.
Currently, if you create a funnel with the exact same events in multiple steps, the funnel returns trivial results. If step_2 is $pageview and step_3 is $pageview, it doesn't find a later pageview but just counts the same step_2 pageview as a step_3 pageview. This is solved with windowFunnel because they added a strictly_increasingparameter. However, it's on a later version of clickhouse and we're looking to use the new query anyway.
Describe the solution you'd like
The new step query should look for a later pageview. This will require some query wrangling
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Please describe.
Currently, if you create a funnel with the exact same events in multiple steps, the funnel returns trivial results. If step_2 is $pageview and step_3 is $pageview, it doesn't find a later pageview but just counts the same step_2 pageview as a step_3 pageview. This is solved with
windowFunnel
because they added astrictly_increasing
parameter. However, it's on a later version of clickhouse and we're looking to use the new query anyway.Describe the solution you'd like
The new step query should look for a later pageview. This will require some query wrangling
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: