I want to be able to see the adoption of the latest version of our mobile app. I can see that there is a build number event property that we could use for the same. So in theory if I could get the count of the max value out of a bunch of values, I should be able to generate the report that I want. Just not sure how I can implement it using Mixpanel. Thanks!
Eg for a better understanding of what I want,
Say we have 10 users,
Version | Users |
---|---|
4 | 7 |
5 | 2 |
2 | 1 |
I want to be able to see that 2 / 10 users have adopted the latest version. i.e 20%
Best answer by Jaz-CommunityManager
View original