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')
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.