Code value description in field concat

550
1
Jump to solution
05-25-2021 12:32 PM
AaronNash__GISP
New Contributor III

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

0 Kudos
1 Solution

Accepted Solutions
Jim-Moore
Esri Regular Contributor

Hi @AaronNash__GISP the label for a choice can be retrieved using the jr:choice-name() function. Please see this post for more info. Hope this helps.

Best, Jim

View solution in original post

0 Kudos
1 Reply
Jim-Moore
Esri Regular Contributor

Hi @AaronNash__GISP the label for a choice can be retrieved using the jr:choice-name() function. Please see this post for more info. Hope this helps.

Best, Jim

0 Kudos