Need help with a report to display all Incidents and Tasks assigned to Inactive user

Mark Nguyen
Tera Guru

Hi Platform Analytics Community,

I have a requirement to report on all Incidents and Tasks assigned to a specific inactive user who is no longer with our company.

I am using Task [Task] table but got stuck in how to build the appropriate conditions to query for the inactive user.

Does anyone have any experience building this type of report? Is admin role required to be able to see inactive users in report administration?

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi Mark,

Just utilize below filter instead:

find_real_file.png

Assigned to contains the_interactive_user_name. Remember the state - Otherwise you get also closed, resolved and so on task. 

Please also know, that the task table contains a lot - it could be you should specify to incident, request and so on.

If above answer has helped you in archiving your goal, please mark my answer as helpful or/and correct answer.

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

6 REPLIES 6

AndersBGS
Tera Patron
Tera Patron

Hi Mark,

Just utilize below filter instead:

find_real_file.png

Assigned to contains the_interactive_user_name. Remember the state - Otherwise you get also closed, resolved and so on task. 

Please also know, that the task table contains a lot - it could be you should specify to incident, request and so on.

If above answer has helped you in archiving your goal, please mark my answer as helpful or/and correct answer.

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Thank you so much! This worked and I can see everything assigned to the Inactive user.