More than one label in Ref list

Hello there. Is it possible to use 2 columns as label? I have an issue where in a ref list sort by names, I cannot differentiate who is who. I would like to differentiate the two Elvis for intance. I would like to add either the last name or the license number along with the name.

3X_9_f_9f90a40b6e562f7f0fcb8f07a64f8183c17e9339.png

Solved Solved
0 7 2,634
1 ACCEPTED SOLUTION

In general you could create a concatenated VC such as

CONCATENATE([First Name], " ",[Last Name])

or

CONCATENATE([First Name], โ€œ-โ€,[License Number])

and assign the concatenated column as the label.

View solution in original post

7 REPLIES 7
Top Labels in this Space