I have reviewed a number of the community posts about the malformed if statement, and it is likely due to the data type. However, after changing the data type from "Double" to V_String, V_WString, and String, I have had no luck
Solved! Go to Solution.
Try changing all your "ELSE IF" to "ELSEIF" (no space)!
Bingo! - I originally had it without the space but it did not let me add the extra elseif's.
Thanks.
Great news! If you could mark my response as a solution, that'd be great. Thanks in advance!