Show display value of a list collector field in Mrvs report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2024 02:27 AM
Hi,
I need to show the display value of a list collector in a report which is a database view with MRVS.
Is there any way, we can show the display value instead of sys_id of a list collector field in the report?
Kindly suggest.
Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2024 07:22 AM
Hi @deepikaagra
Please create a separate variable to store the display values of list collector , and also, can create the on Submit client script to store the display values to that variable . Also, hide the variable on form load and you can use that variable in the report, it will contain the same values as the list collector.
Please check, if this is helpful
