I have this IF statement in my formula and it works with the F statement but the T statement is not working.
The formula is this:
IF [AP]='Null'
THEN [BP]+" - "+[CP]
ELSE [DP]+" - "+[AP]
ENDIF
So some of the outputs will have the F statement populated but not for the T statement. The data type is V_String by the way.