mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix geteventdatavalues query
This commit is contained in:
parent
6eefb4173c
commit
c81b1c16c8
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ async function relationalQuery(
|
||||||
where event_data.website_id = {{websiteId::uuid}}
|
where event_data.website_id = {{websiteId::uuid}}
|
||||||
and event_data.created_at between {{startDate}} and {{endDate}}
|
and event_data.created_at between {{startDate}} and {{endDate}}
|
||||||
and event_data.data_key = {{propertyName}}
|
and event_data.data_key = {{propertyName}}
|
||||||
and website_event.event_name = {{eventName}}
|
|
||||||
${filterQuery}
|
${filterQuery}
|
||||||
group by value
|
group by value
|
||||||
order by 2 desc
|
order by 2 desc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue