how do report on multi row variable set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2019 09:54 AM
Hi All,
I wanted to know if there is any way that i can report on Multi row variable set variables. I really need this feature and i see that there is some limitation.
Please share any alternate way.
- 15,453 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2022 07:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 02:05 AM
Hi,
I am not able to call MRVS in report by using data base view in servicenow. Is there any other way to call in report?
Regards,
Naresh s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2022 06:53 AM
The only way to report on MRVS is to create a Database View. If you can't use the new table in reports, you need to check your ACL's. Non admins will have to have a read ACL on the DB view to see/use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2022 10:57 PM
Hi Kevin,
I have admin role, i can access the all DB views,
Thanks,
Naresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2021 03:24 PM
We have a similar requirement , Thanks for all the info above, I am able to report using the above mentioned solution but we have a reference field where the values in that are displaying as sys_ID , is there a way we can get the values for that instead of sys_id ?
We tried to create a string field and on change/selection of the reference field the value is copied from that reference field to string field , using this we can see the values in the report but we are not able to hide the string field from the form as there is a limitation from servicenow( we don't want to show the same field twice on the form)
Is there any alternate solution for that ?