mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
strict_increase
This commit is contained in:
parent
2baf952ab8
commit
00a2137d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ async function clickhouseQuery(
|
|||
count(*) AS count
|
||||
FROM (
|
||||
SELECT session_id,
|
||||
windowFunnel({window:UInt32}, 'strict_order')
|
||||
windowFunnel({window:UInt32}, 'strict_increase')
|
||||
(
|
||||
created_at
|
||||
${columnsQuery}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue