I am effectively trying to match strings with an IIF statement to create an ‘substitution list’ with a GI.
=IIF(InStr([ATTR_USES.Value], 'Hiking')>=0, 'Outdoor', IIF(InStr([ATTR_USES.Value], 'Athletic')>=0, 'Athletic', 'Casual'))
Issue is that it it
- always provides incorrect results

- As you can see above, when I join on CSAnswers I don’t get the raw values back?
Looking for answers on both.
thanks!
