hey
i need to get the count of users based on the latest version of application
for example i am having 4.2.1 and 4.3.1 one user is updated from 4.2.1 to 4.3.1 so that user count will not list the count of 4.2.1 any suggestion?
@Sinnbeck for example the output will be
4.1.1 = 1000
4.2.1 = 2000
4.3.1 = 3000
here if one user is updated from 4.1.1 to 4.2.1 to 4.3.1 means the user count only list on 4.3.1 not on other below version