I am looking for some assistance in setting up the following using the Expression Value Method:
If FieldA is null then FieldB & FieldC & FieldA else FieldB & FieldC endif
Basically 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:
Just a quick observation...your parentheses count doesnt match....thats what the error message is complaining about. You have 3 ( and 4)...try dropping the final ) ... or rexamine your IF syntax as related to number of parentheses...
I am looking for some assistance in setting up the following using the Expression Value Method:
If FieldA is null then FieldB & FieldC & FieldA else FieldB & FieldC endif
Basically 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: