Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Report from Child table

ritasikka
Kilo Contributor

Hi ,

 

If i try and build a report to include fields from Child table and then dot walk to the parent to include the field from Parent table , will that work in order to get fields from both the tables in my list view ?

2 REPLIES 2

Adrian Ubeda
Mega Sage

Hi Ritasikka,

That will work. Build a report for your child table and the use parent reference for dot-walking into parent's fields. Here's an example with sc_req_item table and sc_request, when creatin a report inside configuration > choose columns and then select the columns that you want to show as you were working with list layout.

AdrianUbeda_0-1666789201443.png

 

 

If it was helpful, please give positive feedback! ✔
☆ Community Rising Star 22, 23 & 24 ☆

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Yes you can do that for example let's take example of incident and child incident

 

 You create a report on Incident table and have filter parent is empty. 

 

Saurav11_0-1666789429633.png

 

 

And then add all the fields and parent field from the column

 

Saurav11_1-1666789493258.png

 

Please mark my answer as correct based on Impact.