Catalog Variables Not Displaying Data in Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 06:24 PM
Hi,
I have been trying to build a report on the "sc_req_item" table to display one of the variables from the catalog item associated with that RITM. Following the instructions in the ServiceNow documentation, I added the "sc_req_item" table to the report, then went to "Choose Columns" and selected the variables [+] icon to add my catalog item. This opened all the variables from my catalog item, and I dragged the relevant variable to the right.
When I ran the report, I could see the columns listed, but the values for the variables were missing. To confirm whether any data had been entered for these variables, I opened the RITM itself and checked the Variables tab. Surprisingly, all the empty columns in the report actually have data in those fields in the RITM.
I am unsure why this behavior is occurring. I am confident that I selected the correct catalog item and variables since I used the sys_id. What's puzzling is that this issue is only happening on my company instance. When I follow the same steps in my PDI (Personal Developer Instance), it works as expected.
Any insights into this issue would be much appreciated.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 06:01 AM
Hi @Ya_Ga
The reason can be some ACL blocking it on report level. Please check. Try with other user and also try cache.do
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 06:12 AM
Is it showing empty for admins or non-admins?
If it's showing values for admin then ACL issue for non-admins
Create a new ACL for these 2 Operations (read and report_view) on question_answer table with your snc_internal role or your required role
question_answer -> this table holds the variable information
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 08:49 AM
Hi @Ankur Bawiskar, @Dr Atul G- LNG
Thank you for your insights on this.
I am using my admin rights to fulfill this request, and I see that I have the two ACLs you mentioned on the question_answer table. However, I still cannot see the data in the list report, although I can see it at the RITM level.
Do you have any thoughts on this?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 12:09 PM
Hi @Ya_Ga https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0826409
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************