I thought this would be very simple and straightforward, but apparently I thought wrong.
My original intent was to check to see if there was a nickname returned by a lookup on the previous form. If there was then I would build a full name using this formula =IF(nickName='',CONCATENATE(firstName,' ',lastName),CONCATENATE(firstName,' "',nickName,'" ',lastName))...but that didn't work.
So I simplified it as far down as I could as a test. Now the formula looks like this =IF(nickName="", 'Hello'). That errored as well. I've tried every combination of quotes. I even created a new field just for testing but still got an error.
Can someone explain what I'm doing wrong?