Show display value of a list collector field in Mrvs report

deepikaagra
Tera Contributor

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.

1 REPLY 1

Community Alums
Not applicable

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