mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
Add distinct ID to filters/expanded metrics. Closes #3861
This commit is contained in:
parent
7f43a0d41a
commit
7bb30443a8
9 changed files with 24 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ async function relationalQuery(
|
|||
${filterQuery}
|
||||
group by name, website_event.session_id, website_event.visit_id
|
||||
) as t
|
||||
where name != ''
|
||||
group by name
|
||||
order by visitors desc, visits desc
|
||||
limit ${limit}
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ async function relationalQuery(
|
|||
group by name, website_event.session_id, website_event.visit_id
|
||||
${includeCountry ? ', country' : ''}
|
||||
) as t
|
||||
where name != ''
|
||||
group by name
|
||||
${includeCountry ? ', country' : ''}
|
||||
order by visitors desc, visits desc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue