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.
Solved! Go to 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.
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |