how to bind multi fields in LabelClass.LabelExpression with APIV3.2

684
1
06-26-2014 07:07 PM
adairmsn
New Contributor
hi,
how can i bind multi fields in LabelClass.LabelExpression,and use the specified connector
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
In a label expression you can concatenate fields by using the keyword CONCAT.
For example var labelExpression = "[Field1] CONCAT [Field2]";

More infos in rest API doc.
0 Kudos