Monthly Count for Active Users Indicator

SkyGarden
Tera Contributor

 I wanted to create a Automated Indicator so that it shows the Monthly count for Active users.

could you please help to create an indicator and their Jobs as well.

5 REPLIES 5

SumanKumarM
Tera Contributor

Hello Arjun43,

Please try below link, it might help you in resolving the issue you mentioned.

https://developer.servicenow.com/dev.do?gad_source=1&gclid=Cj0KCQjwyL24BhCtARIsALo0fSAxnJvZ7hes1mouC...

 

Please mark helpful, if it helps you to start implementation.

 

Best Regards,

Suman

Kenta Koizumi
Kilo Sage
Kilo Sage

Hi @SkyGarden ,

 

You can create a report by using such a below condition.

 - Data table: User [sys_user]

 - Filter_Active is TRUE

 - Filter_Last Login on this month

 - Visualization type is Single score

Then, you can see the number of active users for this month. [Photo1]

 

If you choose "column" for visualization type and trend by "Month by Last login", you can see a column graph for monthly active users. [Photo2]

SkyGarden
Tera Contributor

Hi Kenta,

 

I am looking for indicator not reports.

Thanks

@SkyGarden 

 

Sorry for misunderstanding.

For indicator, firstly you need to create a new indicate source for such as below conditions.

 - Facts table == sys_user

 - Valid for frequency == Monthly

 After that, you can create a new automated indicator for counting monthly active users.

image.png