But how do I set it that it would only label the "Lake A", the "Lake B", and the "Lake C" ?I don't think I can use wildcard like the '%' in my case, as sometime the names of the water features goes like this "Lake A", or "B Lake"; "B River", or "River B".
[LEFT]Function FindLabel ( [NAME] ) if ( [NAME] = "Lake A" ) OR ( [NAME] = "Lake B" ) then FindLabel = [NAME] end if End Function[/LEFT]
[NAME] IN ('LAKE A', 'LAKE B', 'C LAKE')
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.