Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

CONTAINS ENTIRE COLUMN WITH SPECIFIC DATA OR STRING

Johmz
8 - Asteroid

Hi,

 

I need help to create syntax to identify the column if one the row contains specific value/string/data then create new column with unique value like example below if the STATUS column contains pending then create REVIEW column with HOLD value for the all rows.

 

 

IMAGE.PNG

5 REPLIES 5
OTrieger
14 - Magnetar

@Johmz 

You can use the Formula tool.

 

If you know what is the criteria then you can define it in an IF formula.

 

Johmz
8 - Asteroid

I tried to use Contains but it only applied per row. like if CONTAINS([STATUS],'PENDING') then 'HOLD' else 'PROCEED' Endif. its only change the row for pending but not the entire column

OTrieger
14 - Magnetar

interesting as it should, as you give the 2 arguments.

binuacs
21 - Polaris

@Johmz one way of doing this

image.png

flying008
15 - Aurora

Hi, @Johmz 

 

FYI.

 

录制_2025_04_01_09_14_00_786.gif

Labels
Top Solution Authors