We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

String check

MadhavTR
8 - Asteroid

I have a data set like 

bucompcodecompname
xyz100ABC

 

If i am using a formula for this 

 

IF [bu]="xyz" THEN [compName]=="ABC" ELSE [compName] ENDIF but it is giving me 0. Can you tell what is the mistake i am making here?

2 REPLIES 2
binuacs
21 - Polaris

@MadhavTR you need to write the formula in the same compname column

image.png

MadhavTR
8 - Asteroid

Got it. Thanks a lot.

Labels
Top Solution Authors