Create a report with RITM Variable Sets and Multi-row Variable Set

Erika
Tera Expert

Hi community! 

I'd like to know if there's a way (or if it is possible) to create a report joining RITM variable sets and Multi-row Variable sets in one report. 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

HI Erika,

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

Referred from this thread :https://community.servicenow.com/community?id=community_question&sys_id=252bce56dbd363809a64e15b8a96...

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

View solution in original post

17 REPLIES 17

So variables from your report are all from multirow set or from RITM also?

Just for more clarification I am adding portal form which I created:

Aishwarya37_0-1712152520166.png

So here, variables from Red are getting saved in sc_item_option_mtom and sc_item_option and variables marked in Blue are getting saved in sc_multi_row_question_answer.

If I remove blue from bellow view, then ONLY variables marked in red in above form will show up in report.
Aishwarya37_1-1712152731180.png


othman jamail
Tera Contributor

Hello,

I created the Database View as you mentioned, but I can't find it in the Reports section.

Do you have any ideas that could help, please?

Thank you in advance!

 

Ravindra H V
Tera Contributor

Follow below steps to join Req item table with Multi row variables table:

  • Step 1: -

 

Create a Database View as show below in screen grab.

RavindraHV_10-1739092236535.png

 

 

 

  • Step 2: - verify the data is visible on the table.

 

RavindraHV_11-1739092236544.png

 

 

  • Step 3: - create the report.

 

RavindraHV_12-1739092236553.png

 

RavindraHV_13-1739092236557.png

 

 

RavindraHV_14-1739092236568.png

 


If this response is useful, please mark it as helpful.