How to generate a report from the business rule?

Ajinkya Kove1
Tera Contributor

How to generate a report from the business rule?

3 REPLIES 3

AndersBGS
Tera Patron
Tera Patron

Hi @Ajinkya Kove1 ,

 

Can you please explain some further in relation to your requirement? From your current information, the requirement is not clear to me.

 

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/

Sandeep Rajput
Tera Patron
Tera Patron

@Ajinkya Kove1 Reports are generally created from the Report Module in ServiceNow.

 

Screenshot 2023-11-06 at 4.59.35 PM.png

Since the reports are stored in sys_report table, ideally you should be able to generate new reports via script on this table (provided data in all the related tables are inserted correctly).

SLK Gupta
Tera Guru

Hi @Ajinkya Kove1 ,

 

To answer your question, it requires more precise information. But if you are looking to create a report in a no-code approach, then you can try the below ways for that.

 

1. Type reports in the Filter Navigator, and then you can find View/run and Create report modules as well. you can use them to view the available reports or even to create your report.

 

community answer report1.png

 

2. On the list view of any table you can click on the column context menu and you can select Bar chart or Pie chart as per your requirement @Ajinkya Kove1.

 

community answer report 2.jpg

 

 

I hope my answer helped you in understanding the possible ways to create report using OOTB functionalities @Ajinkya Kove1, if my answer helped you in any way please mark it as helpful.

 

Thanks&Regards,

S. Lakshmikanth Gupta.