Creating a DataBase View with Multi Row variable Set table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 02:12 AM
I am trying to create a DB view between 2 tables MRVS table "sc_multi_row_question_answer " and a CSM case table.
I was able to pull all the MRVS variable values using the where clause "mrvs_parent_id=lr_sys_id".
But, there is one variable of type reference (referencing user table) which is giving me value of sys_id on the DB view.
Tried many things but didn't work.
Any help would be appreciated. Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 01:59 PM
Hello. Please see if this may help. Not sure reporting against an MRVS will be useful as in most cases you run into a 1:M situation or the situation several times and its not the "flat" view most people like to see of data. I tried it against the RITM table for a MRVS and a reference field that was for a building table.