According to OPA User Guide, this formula should concatenate two strings:
the full zip code = the concatenation of the applicant's ZIP code & “ “ & the applicant's ZIP plus four
However, what it does instead is create a new attribute called: the applicant's ZIP code & “ “ & the applicant's ZIP plus four
What am I doing wrong?