Report does not display record producer variable data

gaf627
Tera Expert

I am trying to create a report on an Incident record producer that displays the variable record data.   It is a very simple list report with a single variable called Building.   I can get the label to display in column, but the data is hidden.   Here are some screenshots and explanations of how I got here.

List report result:

find_real_file.png

The selected columns from the Incident table.   I was able to select the Building variable by first selecting Questions and then the Report an Issue record producer and Building

find_real_file.png

find_real_file.png

If I double- click on the Building field,   I can see that the data is there and prevented by Security.

find_real_file.png

I am logged in as Admin and still get this result.   Any help is appreciated, as I need to provide similar data from another record producer for an audit.   Thanks!

1 ACCEPTED SOLUTION

It turns out this is a known problem - PRB712052, and will not be addressed until Kingston or after.   I was able to implement a workaround using a database view with the Incident table (left join) and the Question Answers (question_answer) table.   Although, not ideal if you have many variables, I was able to extract the data.


View solution in original post

9 REPLIES 9

Priya Shekar
Giga Guru

Hi Greg,



Please check ACLs for this table, hope there is a write acl restriction for it.


The only ACL for Question Answer is read requiring the role catalog_admin. I suspect this is the issue, but I'm not sure how to fix it. I've tried adding roles, as well as creating other ACLs for question_answer. This issue also exists in my personal developer instance. I've opened an issue with ServiceNow support.


Did you try making that particular ACL inactive.


To check whether that ACL is causing the issue.


I did and still have the same issue.   However, I'm not sure how no ACL would change anything.