Jump to content

HOW DO I: Create a report to show Full Users and Collaboration Users


simonadams

Recommended Posts

I would like to run a report on licenced users that shows a Full user ( agent) v Collaboration User (limited)  in what area would I need to be in Administration and against which entity does this report need to run.

 

Thanks in advance. Simon Adams  

Link to comment
Share on other sites

@simonadams you can do it in admin tool in Service Manager Section (have a look at the breadcrumbs in the screenshot). No entity for this type of report. Steps to create report that counts the number of users licensed as full and as basic:

1. New report, choose a name and select report type of "Simple count of data" and using "SQL Schema Designer"

image.png

2. Click on "Data Collection" tab. In here the only option available at this time is "Select Table". Search for h_sys_accounts and select it (Add Table)

image.png

3. A new tab opens "Select Columns". In the columns list, navigate to Class. Click on it and then on Select Columns(s) button to add it to the list

image.png

4. A few more tabs now open, first of them the "Select Filter". Set up a filter like in screenshot (we need all records having a class = 1 or class = 3)

image.png

5. Now in "Select Ordering" enable the "Count" option for the column

image.png

The report configuration is complete. You can go to "data Preview" to check the config is correct and see what data it returns. Class 1 is Full Users, Class 3 is Basic Users. You can have an alias for this comun configured in the "Select Columns" tab if you don't like the name Class.

image.png

Remember to save the report before navigating away (you will be prompted if you haven't done so).

 

If you need a report to show you each user of what class they are (a list of users basically), then:

a) in "General" tab change the report output type to "Single list of data"
b) in "Select Columns" tab add the User ID (and/or name and any other column you want in the report)
c) in "Select Ordering" tab disable or do not enable the "Count" option

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...