Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

If Contains Formula Error

cwoo
8 - Asteroid

Hi 

 

I am having an issue with If Contains formula. Please see the screenshot attached.

 

[Portfolio] is V_String and I don't understand why the error message says that it tried to apply string operator to numeric value. 

 

Thank you for your help.

 

 

2 REPLIES 2
dsmdavid
11 - Bolide

Hi Cwoo,

I think you need to split the formula:

IF contains([portfolio], "ONYX") AND contains([portfolio], "SYMPHONY") then "YES" else... etc.

 

cwoo
8 - Asteroid

Thanks! That was an easy fix...

Labels