Question
Getting a calculated field to display data from several typeahead fields
Hi All, I'm trying to create a calculated field that uses IF(ISBLANK logic to only display the typeahead that has data entered (only one field will have data due to display logic in the form). Example below:
IF(ISBLANK({DE:typeahead field 1}.{name}),IF(ISBLANK({DE:typeahead field 2}.{name}),{DE:typeahead field 1}.{name}), {DE:typeahead field 2}.{name}))
my calculation isn't working and WF doesn't recognize the typeahead field names when I enter them into the code.