hello , I want to get active users count per region for my mobile application , I used the following query : select georegion,distinctcount(cguid) from mobile_snapshots where (geocountry='xxx' and mobileappversion='xxxx' and appkey='xxxxx') but it returned non-logic numbers , the returned number is not the same as the active users per region widget in the sessions tab I need to know the query of the active users per region widget in the session tab , in order to use it in dashboards so is the query that I used is wrong or I missed something thanks
... View more