- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2025 09:06 AM - edited ‎06-04-2025 12:53 AM
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
....."
Best regards,
Maron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 06:31 AM
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.
Change "Display" field value of short description to true.
*screenshot is example of Department table
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 06:31 AM
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.
Change "Display" field value of short description to true.
*screenshot is example of Department table
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2025 07:32 AM
Thank you Shun6 for your help!