Message 1 of 12
Computed Fields and Picklists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have this computed field value:
CASE WHEN (CHARGE_NUMBER) THEN ((CHARGE_NUMBER_PROJECT) || ' ' || (CHARGE_NUMBER_DESCRIPTION)) ELSE '' END
The issue is CHARGE_NUMBER_PROJECT is a derived field that is also a picklist from the CHARGE_NUMBER workspace. So the result is the Item ID# gets returned for CHARGE_NUMBER_PROJECT instead of the actual Project string value.
How can you convert a picklist in a computed field to the string value?