Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Sivanesan
Partner - Contributor III
Partner - Contributor III

Total number of users and active users

Hi Everyone

One of our customer is looking for a report which shows the total number of users and the number of active users on a monthly basis in Qliksense. I have looked through the monitoring apps but couldn't find any such reports. Is it possible to generate such report? Any insights would be helpful

Regards

Sivanesan

Qlik Sense Enterprise on Windows 

Labels (2)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

You might need to define what you mean by active user and user. If an active user is an user with an active session within the month, and an user is an user who have been active at least once then you could try to use the "Session monitor" application. 

To get the total user count create a KPI object

  • Measures: Users

To get the active users per month, create a bar chart 

  • Dimension: Month
  • Measures: Users

See screenshot below as an example where I've used an Session monitor app to create such an dashboard

Vegar_3-1756720278130.png

 

 

If you have a different definition of user and active user then you might have to end up looping through the log files found in ArchivedLogs. They contain a lot of historical detailed information.

View solution in original post

2 Replies
Sivanesan
Partner - Contributor III
Partner - Contributor III
Author

Hi @Clint194Lee 

 

Thanks for the immediate response. I can't find the AppSessionEvents in the QSR database

Vegar
MVP
MVP

You might need to define what you mean by active user and user. If an active user is an user with an active session within the month, and an user is an user who have been active at least once then you could try to use the "Session monitor" application. 

To get the total user count create a KPI object

  • Measures: Users

To get the active users per month, create a bar chart 

  • Dimension: Month
  • Measures: Users

See screenshot below as an example where I've used an Session monitor app to create such an dashboard

Vegar_3-1756720278130.png

 

 

If you have a different definition of user and active user then you might have to end up looping through the log files found in ArchivedLogs. They contain a lot of historical detailed information.