I have a CONCAT function that's joining two attribute values, but I'd like the values to be the label value rather than the internal value of an enum attribute. Any ideas on how I might be able to do that?
i.e.
I'd like the value of status to be the label value.
Cheers.
i.e.
Code:
CONCAT:(assignedUser.firstName, ' - ', status)
Cheers.
Comment