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')
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.