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.

How to call related list in report

niksnow
Giga Contributor

Hi, 

 

I was creating a report using the sc_request_metric table, where I need to display details from the sc_task table, which are available only in the related list of that record. I mean, each request has corresponding child records (request tasks) in the related list. I want to display these child task details in the parent record report. Is it possible to dot-walk to the related list?

11 REPLIES 11

@niksnow , Yes, try that — create the report on sc_task and pull the needed fields from sc_request_metric.

If my response helped, please mark it as the accepted solution so others can benefit as well.   

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

Hi @M Iftikhar it's in report designer--Report--> view/run

Ankur Bawiskar
Tera Patron
Tera Patron

@niksnow 

please share screenshots of what you are trying and what you want

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

niksnow_0-1760432063065.png

Here it is an example @Ankur Bawiskar , I need to fetch the request task details in request table report

niksnow
Giga Contributor