I have code values in the choices tab, and would like to concat the coded description with another field. typically I would use
concat (${field1, ", " ,${field2})
The problem is I am getting the coded value or name and not the label. How can i get the field1 label?
thanks in advance