Function AnValue ( [LOCID] , [Silica] ) if ( [Silica] > 0 then AnValue = [Silica] end if End Function
Function FindLabel ( [LOCID] , [Silica] ) if ( [Silica] > 0) then FindLabel = [LOCID] & vbNewLine & [Silica] else FindLabel = [LOCID] end if End Function
However, the function is not labeling the other well sites that have a zero. hmmm
Function FindLabel ( [LOCID] , [Silica] ) if ( [Silica] > 0) then FindLabel =[Silica] end if End Function
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.