Hi All, I have created Reports In workspace But When i click report data is not showing in list leve

AA6
Tera Contributor

Hi All, I have created Reports In workspace But When i click report data is not showing in list level  ?

AA6_0-1693809178185.png

Ex: When i click pending reports part instead of Incident SLA time remaining reports need to show Request items assigned to pending reports

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@AA6 

Did you check how it's configured currently OOB?

 

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

Hi Ankur Thank you for your Reply,

 

I have Created reports in this table sys_ux_client_script_include_list

Link this 

{
"id": "Request Items",
"tableName": "sc_req_item",
"tableDisplayValue": "Request Items",
"myWorkQuery": "active=true^assigned_toDYNAMIC90d1921e5f510100a9ad2572f2b477fe",
"myTeamQuery": "active=true^assignment_groupDYNAMICd6435e965f510100a9ad2572f2b47744",
"listView": 'sow_landing_page',
"header": mode == 'your_work' ? await helpers.translate("Request Items") : await helpers.translate("Catalog tasks assigned to my team"),
"groupByField": "state",
"evamId": evamDef["catalogTaskEvamDefinitionId"],
"updated_on": "^ORDERBYDESCsys_updated_on",
},

 

Here Existing reports also included here in this table sys_ux_client_script_include_list