Creating a report from multiple tables

MStritt
Tera Guru

Hello,

I need to create a report, that will require data from at least 4 different tables. It was mentioned that I need to use/create a database view. I've never done this. Is this what I need to do? Or is there another way to display data from multiple tables without creating a database view?

11 REPLIES 11

Ct111
Tera Sage

Hello,

 

I hope the below example points you in correct direction.

https://community.servicenow.com/community?id=community_question&sys_id=9409cba1db5cdbc01dcaf3231f96...

 

Mark my ANSWER as CORRECT and HELPFUL if it works.

Kunal Varkhede
Tera Guru

Hi,

A database view can join the Incident table to the Metric Definition and Metric Instance tables. This view can be used to report on incident metrics and may include fields from any of these three tables.

You can create a database view which basically combines two tables so you can report on them both in the same report.It's normally used to combine task and metric tables like incident_metric but you could do it for this as well.

 

Database View

https://docs.servicenow.com/bundle/jakarta-performance-analytics-and-reporting/page/use/reporting/co...

Creating Database View

 
I hope it will help you.
 
Please Mark Correct/Helpful answer if it help you in any way.
Thanks and Regards,
Kunal.