dashboard Interactive - how to display short description instead of number

maronis
Mega Guru

Hi

On a dashboard I created an interactive filter that retrieves the list of Projects.

As only the Project number is displayed and does not help to figure out the topic, is it possible to display the short description along with the Project number?

Or just the short description?

we would get something like:

"All

CSPRJ0001012 Foundation workshop

....."

maronis_0-1748966685648.png

 

Best regards,

 

Maron

 

1 ACCEPTED SOLUTION

shun6
Giga Sage
Giga Sage

Hi @maronis,

You can't display two fields value but you can change display value.

Type sys_db_object.list and open the record of Project table.

shun6_1-1749043717438.png

Change "Display" field value of short description to true. 

*screenshot is example of Department table

shun6_0-1749043026970.png

 

Thanks.

View solution in original post

2 REPLIES 2

shun6
Giga Sage
Giga Sage

Hi @maronis,

You can't display two fields value but you can change display value.

Type sys_db_object.list and open the record of Project table.

shun6_1-1749043717438.png

Change "Display" field value of short description to true. 

*screenshot is example of Department table

shun6_0-1749043026970.png

 

Thanks.

maronis
Mega Guru

Thank you Shun6 for your help!