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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.