Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Report creation for variable set

SHUBHAM78
Tera Contributor

I have created one report to fetch the details of one catalogue item, now I am trying to fetch the variable set(multi row) details in that report but not able to do so. I try creating database view but it didn't work. Maybe the database is not 100% correct.

I want to fetch the details of variable set values in the report for this item how can we built  this report. Kindly suggest

1 ACCEPTED SOLUTION

@SHUBHAM78 

you can't do anything there as OOTB ServiceNow stores sysId for reference variables within MRVS

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

View solution in original post

13 REPLIES 13

can you share the report?


Raghav
MVP 2023
LinkedIn

Ankur Bawiskar
Tera Patron
Tera Patron

@SHUBHAM78 

data for MRVS is stored in other table

you will have to use that table as well when you create a database view

this link has approach shared by Kevin133 in 2020

how do report on multi row variable set 

AnkurBawiskar_0-1760701513775.png

 

AnkurBawiskar_1-1760701524467.png

 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

@SHUBHAM78 

Hope you are doing good.

Did my reply answer your question?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

@SHUBHAM78 

Hope you are doing good.

Did my reply answer your question?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

Hi @Ankur Bawiskar 
As it is not coming for reference filed data, it is showing sys id of that particular filed and for other two type is Date so for that it is showing. I have added one more table to convert the sys ID to display value

SHUBHAM78_0-1761819157179.png