mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
convert attribution report
This commit is contained in:
parent
a16846f4ce
commit
9a437dcfa2
2 changed files with 7 additions and 14 deletions
|
|
@ -277,7 +277,7 @@ SELECT DISTINCT
|
|||
ed.created_at
|
||||
FROM umami.event_data ed
|
||||
JOIN (SELECT event_id, string_value as currency
|
||||
FROM event_data
|
||||
FROM umami.event_data
|
||||
WHERE positionCaseInsensitive(data_key, 'currency') > 0) c
|
||||
ON c.event_id = ed.event_id
|
||||
WHERE positionCaseInsensitive(data_key, 'revenue') > 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue