Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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
Top Solution Authors