mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Update getFunnel.ts
This commit is contained in:
parent
d0fb1dd4dd
commit
33acfbb82d
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ async function clickhouseQuery(
|
||||||
`
|
`
|
||||||
WITH level0 AS (
|
WITH level0 AS (
|
||||||
select distinct session_id, url_path, referrer_path, event_name, created_at
|
select distinct session_id, url_path, referrer_path, event_name, created_at
|
||||||
from umami.website_event
|
from website_event
|
||||||
where (${stepFilterQuery})
|
where (${stepFilterQuery})
|
||||||
and website_id = {websiteId:UUID}
|
and website_id = {websiteId:UUID}
|
||||||
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue