Hello,
I am creating custom symbology based on several conditions in multiple fields but I ran into a problem when I want to add some additional symbol in the future. I have a simple expression that extracts values from 2-3 fields and returns some value. Below is an example how I do it.
The problem here is that the output from "return" is assigned both to Value and Label in Symbology pane. Is it possible to have "return" in such way that the expression returns Value (numeric) and custom Label (custom text string)?
Thanks.
There is no way to return multiple values.
You probably have to copy the expression:
Thanks, I was suspecting that it would not be possible. Because I have 15 different symbol combinations, the easiest solution for me was to create LYR file and apply it next time when I add additional symbology. So at least old labels got recovered.