- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2017 04:39 AM
I want to create a list report on two custom tables with a list of all fields from both tables.
The other table is a child of the 1st i.e. for example, two tables are A and B, A is parent and B is child.
I want to report on parent table only, so how do i get the child table records in my report ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2017 04:49 AM
For this run the report from the child table then dot walk to the parent table
OR
you could use Database views
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2017 04:49 AM
For this run the report from the child table then dot walk to the parent table
OR
you could use Database views
Hope this helps

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2017 05:06 AM
Hi Vineetha,
You need to report on child table & then you will directly have access to all fields on Parent. Reporting on Parent table to get access to its child is not possible OOB in ServiceNow. If so, you will have to create a database view.
As per my suggestion report on Child to have access to all fields of parent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2017 05:40 AM
Hello Vineetha,
Not sure if it will be possible. Easy solution would be to run the report on child table. And as others suggested, DB view would be another option to create and report on it.
Thanks,
Abhishek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2017 05:48 AM
Ok, understood, thank you all for your reply.
Regards,
Vineetha