04 Aug 2023 11:29 AM
Hello Folks,
I wanted to extract Apdex split by geolocation and application via API.
I have data explorer query with which I can see following details, the same details I want via API.
In short, how can we use data explorer query to extract the same details via API?
builtin:apps.web.apdex.userType.geoBig:filter(and(or(in("dt.entity.geolocation",entitySelector("type(geolocation),entityName.contains(~"dummydata~")"))))):filter (ne("dt.entity.geolocation","GEOLOCATION-1234567891011")):splitBy("dt.entity.geolocation","dt.entity.application"):sort(value(auto,descending))
Regards,
AK
Solved! Go to Solution.
04 Aug 2023 04:30 PM
@AntonPineiro, Thanks for the quick response. That really helped.