Shiraz2
Mega Guru

Thank you Jesse Cregan. I appreciate your assistance.

Tadz
Kilo Sage

Hi has there been a solution for this?

Tadz
Kilo Sage

Hi upon checking the documentation there is a limitation.

Link: https://docs.servicenow.com/bundle/london-it-service-management/page/product/service-catalog-managem...

find_real_file.png

 

The only thing that i can think of is creating a custom table to store the values for reporting.

Neo-Leo
Tera Expert

You can actually report on MRVS by creating a database view, then use that view to report on

 

  1. Create a new Database view (System Definition -> Database Views)
    1. Give it a name like 'u_sc_req_item_multi_var'
    2. Label like "Multi Row Variable Set"
    3. Plural like "Multi Row Variable Sets"
    4. Description like "Joins the sc_req_item to the Multi Row variable set table to be able to report"
  2. Save
  3. Under View Tables click "New"
    1. Table: Requested Item [sc_req_item]
    2. Variable Prefix: sci
    3. order: 100
    4. Where clause: mrqa_parent_id = sci_sys_id
    5. Click "Submit"
  4. Under View Tables click "New"
    1. Table: Multi Row Question Answer [sc_multi_row_question_answer]
    2. Variable Prefix: mrqa
    3. order: 100
    4. Where clause: keep this field blank
    5. Click "Submit"

You should now have a DBV that looks something like this:

find_real_file.png

 

Create a new report

Select Table as source and select your new Database view (Multi Row Variable Set) as the table 

find_real_file.png

 

You should now be able to create a query and select the catalog item that you want to report on that has the MRVS, as well as adjust your columns to display the Question and Value as well as any other columns you want on your report.

find_real_file.png

 

Please mark this answer as correct or mark has Helpful if helpful.

 

Hi Kevin,

I created report mentioned in steps. However i also want to have RITM variables on same report.

Could you please guide me to get RITM variables on report combined to Multi row set data.

Thanks,

Dhawal.