What would be the best way to write this formula? It the SFFormOfDeclaration = "W-2" or "1099" then I want an "X" else nothing. Would I just want to use multiple IF THEN Statments or could I use a IN Statement??
Code:
IF {rpPatProfile.SFFormOfDeclaration} = "W-2" THEN "X"