Reporting on record producer variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2021 10:20 AM
Hi,
I need to do a reporting on record producer variable.
As far as I know we have question answer table that stores variable responses but it is not good to do report on this table as it has large amount of data plus it is not domain separated. Moreover the reference field stores sys_id in string format.
database view is also not possible as we have multiple reference fields across different recod producers.
Any other efficient way to do report?
Regards,
Faizan
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2021 10:44 AM
So you're talking about record producer variables that are not defined as mapped to a field on the producer table? Just curious if you are using producer.variable_name in your record producer script to do something with these values, or else what is the point of having reference fields on a RP that aren't used for anything?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2021 01:11 AM
Hi Brad,
Thanks for your response.
yes, the variables are not mapped with target table fields. User needs to provide some additional information while creating ticket like some questions that we are using as variables. these variables are shown in variable editor on INC. I am looking the ways to report on these variables.
Regards,
Faizan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2021 12:00 PM
Hello Faizu,
Generally the record producer variables are linked to the records and you can acces sthe data using either that recordobj.variablename.
What exactly is the report you are trying to make here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2021 01:44 AM
Currently the only possible ways are
1) Database view by joining the question_answer and the task table
OR
2) report directly on question_answer table
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader