Skip to content

Commit b9ccc5f

Browse files
committed
alias event_name to resolve funnel bug
1 parent 322c12d commit b9ccc5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/queries/sql/reports/getFunnel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async function clickhouseQuery(
184184
select distinct y.session_id as session_id,
185185
y.url_path as url_path,
186186
y.referrer_path as referrer_path,
187-
y.event_name,
187+
y.event_name as event_name,
188188
y.created_at as created_at
189189
from level${i} x
190190
join level0 y

0 commit comments

Comments
 (0)