mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
attempt fetching custom event data for data table
This commit is contained in:
parent
f12f4f5697
commit
334297f194
5 changed files with 67 additions and 5 deletions
|
|
@ -102,7 +102,7 @@ async function clickhouseQuery(
|
|||
where website_id = {websiteId:UUID}
|
||||
and event_type = {eventType:UInt32}
|
||||
and created_at >= ${getDateFormat(resetDate)}
|
||||
and ${getBetweenDates('created_at', startDate, endDate)}
|
||||
and ${getBetweenDates('created_at', startDate, endDate)}
|
||||
${excludeDomain}
|
||||
${filterQuery}
|
||||
group by x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue