If you need a custom view that gives you some explicit infos, you can create your own custom views:

eg: a view that shows your users categorized by OS and Notes version.

 

HowTo:

You can create any view you need :

 

 

Please select the pasted view  - the name will be "Copy Of OS. Users by OS":

 

 

Very IMPORTANT: please remove the alias!

 

Please double click on the collumn "OS" and replace the existing formula  ...
@If(os_platform...........)
... in its' entirety with the following:
os_version_string+"\\"+notes_version_release_string

NOTE: Conactinating multiple values with "\\" will display values as firstcategory\subcategory1\subcategory2 etc. - In @Formulas, a backslash must be coded as two consequtive backslashes.

 

 

Please use this example as a quideline for any custom views you may want to create.