21 Jan 2025
04:36 PM
- last edited on
22 Jan 2025
07:29 AM
by
MaciejNeumann
Hi,
Is there a way to display information about a city (apdex, number of session...) on a world map in a Dashboard? The wold map tile already exist, but I cannot go deeper than the country.
I'm using Dynatrace Managed.
Best regards,
Jean-Michel
Solved! Go to Solution.
22 Jan 2025 04:01 AM
Hi @JeanMichelB not exactly but you can do something like this:
SELECT COUNT(DISTINCT userSessionId) AS 'Number of Sessions' FROM usersession WHERE ((useraction.application='Your Mobile App' OR userevent.application='Your Mobile App' OR usererror.application='Your Mobile App') AND city='Salta')
Hope it helps.
23 Jan 2025 09:50 AM
Hi Daniel,
Ok thanks, I will test this.
Best regards,
Jean-Michel