I am looking for some assistance in setting up the following using the Expression Value Method:If FieldA is null then FieldB & FieldC & FieldAelse FieldB & FieldCendifBasically I am populating an address field with a concatenation of a number of fields,. If the legal unit is populated I need to add it into the address. If not, I don't want to include it. I have tried a number of IIF statements but keep getting syntax errors. My latest attempt:IIF (isNull([UNITID]),("[ADDRNUM] & [QUALIFIER] & " " & [FULLNAME]"),("[ADDRNUM] & [QUALIFIER] & " " & [FULLNAME] &"Unit " & [UNITID]"))Ther error in the logs is "ERROR: evaluating the expression for feature in GISADM.AD_SiteAddressPoint with OID of 362945 Expected ')'I am using ArcGIS 10.0 SP3.Any suggestions are appreciated. Thanks, Alison
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.