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
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.