To get Variables and MRVS variables in reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 05:00 AM
Have a scenario where need to fetch the Variables and Multi Row Variables of a particular catalog item in reports.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 01:10 AM
You can add few more tables in your current Database view. you should be good to retrieve expected result.
M2M table to request item
sc_item_option_mtom.request_item = sc_req_item.sys_id
M2M table to variable
sc_item_option_mtom.sc_item_option = sc_item_option.sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 02:48 AM - edited 07-08-2024 03:20 AM
I have tried help me to how to write the M2M table in with database i have created.
the below screenshot attached just gives the MRVS but not all variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 10:24 PM - edited 10-18-2024 09:09 AM
Hi Shobhan,
Please refer to the below video and let me know if you have any questions.
Please mark this comment as Correct Answer/Helpful if it helped you.
Cheers,
Salma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 10:35 PM
This gets only the variables but not all MRVS