The CreatorCon Call for Content is officially open! Get started here.

Reporting on Parent table

Trailblazer11
Tera Expert

There is a custom field on the child table and as those child records are present in parent tables, the field which is there on child is having values in it but not showing on parent table list view.

I am working on a report and those fields are not showing up. Could you please assist the best approach to achieve this? Thanks

1 ACCEPTED SOLUTION

@Trailblazer11 

enable this property glide.ui.list.allow_extended_fields -> true

If not present then create new one of type true/false and set true value

I am able to show incident field on task list in reporting

 

AnkurBawiskar_0-1737461052367.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

View solution in original post

6 REPLIES 6

@Trailblazer11 

enable this property glide.ui.list.allow_extended_fields -> true

If not present then create new one of type true/false and set true value

I am able to show incident field on task list in reporting

 

AnkurBawiskar_0-1737461052367.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

@Ankur Bawiskar ,

 

The property is true:

Trailblazer11_0-1737461324632.png

 

 

I am reporting on below:

 

Trailblazer11_1-1737461372683.png

When I open the record: Blackberry it opens on the table [cmdb_ci_service_calculated], In [cmdb_ci_service_calculated] table I have that custom field named 'Possessed By'.. that is not coming up.

Trailblazer11_2-1737461485173.png

 

Could you please check with this table in your PDI? Thanks