Function FindLabel ( [LOCID] , [Silica] ) if ( [Silica] <> 0) then FindLabel = [LOCID] & vbNewLine & [Silica] else FindLabel = [LOCID] end if End Function
Function FindLabel ([LOCID],[SILICA]) if ([SILICA] > 0) then FindLabel = [LOCID] end if End Function
Function FindLabel ( [LOCID] , [SILICA] ) if ( ["SILICA"] > 0 ) then Findlabel = [LOCID] end if End Function
Function AnValue ( [LOCID] , [Silica] ) if ( [Silica] > 0 ) then AnValue = [LOCID] end if End Function
[LEFT]Function FindLabel ( [FCODE], [ELEVATION] ) if ( [FCODE] = "HA90000000" ) then FindLabel = [ELEVATION] end if End Function[/LEFT]
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.