mirror of
https://github.com/umami-software/umami.git
synced 2026-02-03 20:27:13 +01:00
update CH view to account for new event types
This commit is contained in:
parent
ec81cd665f
commit
16451dd5cd
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ FROM (SELECT
|
||||||
arrayFilter(x -> x != '', groupArray(twclid)) twclid,
|
arrayFilter(x -> x != '', groupArray(twclid)) twclid,
|
||||||
event_type,
|
event_type,
|
||||||
if(event_type = 2, groupArray(event_name), []) event_name,
|
if(event_type = 2, groupArray(event_name), []) event_name,
|
||||||
sumIf(1, event_type = 1) views,
|
sumIf(1, event_type != 2) views,
|
||||||
min(created_at) min_time,
|
min(created_at) min_time,
|
||||||
max(created_at) max_time,
|
max(created_at) max_time,
|
||||||
arrayFilter(x -> x != '', groupArray(tag)) tag,
|
arrayFilter(x -> x != '', groupArray(tag)) tag,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue