Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Create Servicenow report with list of users who has itil role but not a member of any groupCreate Se

Uttam Sai
Tera Expert

Create Servicenow report with list of users who has itil role but not a member of any group . I am looking for filter conditions . Please confirm if this can be done without background script

4 REPLIES 4

Dr Atul G- LNG
Tera Patron

https://www.servicenow.com/community/itsm-forum/report-on-users-that-have-the-itil-role-but-are-not-...

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Tanushree Maiti
Tera Sage

 

Hi @Uttam Sai 

 

1. 

Write a script include with your logic . Call that script include from sys_user_grmember table report.

Check this :

https://www.servicenow.com/community/itsm-forum/want-to-know-how-can-i-know-the-users-who-is-not-a-m...

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Ankur Bawiskar
Tera Patron

@Uttam Sai 

not possible without scripted filter condition in report

check below link

Find users who has roles but not in any groups

Approach 

-> Create client callable classless script include and call it from Report filter condition

-> create Report -> sys_user

Condition

SysID [IS ONE OF] javascript: getMyUsers()

55.png

56.png

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

@Uttam Sai 

Thank you for marking my response as helpful.

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader