Performance Analytics: Empty vs Not Empty field

NikitaKale
Tera Contributor

Hi

 

I have a requirement to create a bar report in which column 1 indicates all the assets who have an assigned to empty and column 2 indicates all the assets who have an assigned to non empty.

Would like some suggestions on how it should be implemented with or without using performance analytics.

 

Thanks & Regards,

 Nikita Kale

1 ACCEPTED SOLUTION

Hi @NikitaKale ,

 

Just utilize the report designer, and create one bar chart for "assigned to is not empty". Afterwards you add an additional dataset to the report, where your condition should be "assigned to is empty". You can see the ServiceNow product documentation here for adding a dataset to a report: https://docs.servicenow.com/en-US/bundle/vancouver-now-intelligence/page/use/reporting/task/t_AddAnA...

 

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

 

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

4 REPLIES 4

RaghavSh
Kilo Patron

This can be achieved with simple report, you dont need PA for this.

did you try creating the report on asset table?


Raghav
MVP 2023

Yup, I did but the thing is if I create a bar graph and group it by assigned to field it would give me empty column + no of columns per assigned to names. But I need only 2 columns assigned to empty & not empty.

 

Hi @NikitaKale ,

 

Just utilize the report designer, and create one bar chart for "assigned to is not empty". Afterwards you add an additional dataset to the report, where your condition should be "assigned to is empty". You can see the ServiceNow product documentation here for adding a dataset to a report: https://docs.servicenow.com/en-US/bundle/vancouver-now-intelligence/page/use/reporting/task/t_AddAnA...

 

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

 

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/

Hi @AndersBGS 

 

Wow, that worked like a charm! Thanks to you, got to learn a new concept today 🙂

 

Regards,

Nikita Kale