cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Geolocation in Data Explorer - how to avoid mixed results?

marc_zantingh
Frequent Guest

When I base a graph or table in the Data Explorer on geolocation, the resulting data is on several different 'levels' - cities, countries, continents - all mixed up. Is there a way to prevent this, by filtering on one level for instance? 

 

4 REPLIES 4

ChadTurner
DynaMight Legend
DynaMight Legend

You can set a filter to filter it by continent, but not list it by continents. The Ascending/Descending isn't by location name either, its based off the values for each location.  

 

This would be a great RFE to put in tho.

-Chad

zietho
Dynatrace Champion
Dynatrace Champion

Chad is right.

 

You can, however, influence the sorting. To do so use the code mode like: 

before

zietho_2-1658352504380.png

 

after (using dimension instead of value): 

zietho_0-1658353535050.png

regards 

Thomas

 

 

 

 

@zietho I disagree on this. This will sort on the internal dimension value, not on the human readable value, so it's not applicable in general.
So it sorts on the values like APPLICATION-CB0200BF7867BEA0 instead of "Easytravel Angular". You need to engage the :names transformation to get another dimension value - the human readable one.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

zietho
Dynatrace Champion
Dynatrace Champion

true indeed, forgot about :names ;). good catch and I will update by time. 

Featured Posts