Hi everyone,
I want to create a label expression which identifies if a string attribute contains a portion of text. If it does, return the value of that text.
e.g. In my head the logic must be something like...
If $feature.attribute Contains "text"
Return "text"
I'm sure its an easy answer, but I'm struggling to figure it out. Any help appreciated!