mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
PR fixes.
This commit is contained in:
parent
f5a8be5add
commit
4d54f50739
1 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ async function relationalQuery(
|
|||
sum(coalesce(cast(number_value as decimal(10,2)), cast(string_value as decimal(10,2)))) value
|
||||
from event_data ed
|
||||
join website_event we
|
||||
on we.event_id = ed.website_event_Id
|
||||
on we.event_id = ed.website_event_id
|
||||
and we.website_id = ed.website_id
|
||||
join (select website_event_id
|
||||
from event_data
|
||||
|
|
@ -398,7 +398,7 @@ async function clickhouseQuery(
|
|||
li_fat_id != '', 'LinkedIn Ads',
|
||||
twclid != '', 'Twitter Ads (X)','') name,
|
||||
${currency ? 'sum(e.value)' : 'uniqExact(we.session_id)'} value
|
||||
from model m
|
||||
from model fm
|
||||
join website_event we
|
||||
on we.created_at = m.created_at
|
||||
and we.session_id = m.session_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue