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

Creating a new Column (very new to Alteryx)

bdoorly
5 - Atom

How do I create a new column in Alteryx ?  For starters - Which icon/tool do I use ? (I am very new to Alteryx)

 

I want to create a new column with the value being based off

IF "Existing Column" = "x", then "New Column" = y  

 

Thanks !

4 REPLIES 4
PhilipMannering
16 - Nebula
16 - Nebula

Hey @bdoorly 

 

You would want to use the Formula Tool with the expression,

 

PhilipMannering_0-1606148542823.png

 

This should work.

Thanks

Phil

atcodedog05
22 - Nova
22 - Nova

Hi @bdoorly 

 

as @PhilipMannering mentioned you need a formula Tool for this task

 

The tool which is like a flask.

atcodedog05_0-1606148870880.png

Its under preparation palette.

atcodedog05_0-1606149184350.png

 

Here is some resources to go along with it and understand it.

https://community.alteryx.com/t5/Interactive-Lessons/Writing-Conditional-Statements/ta-p/98910

 

If you are new to alteryx i would definitely suggest you to take up this learning path designed for beginners.

https://community.alteryx.com/t5/Learning-Paths/tkb-p/learning-path

 

Hope this helps 🙂

 

Cheers, Happy Learning and Analyzing 😀

marcusblackhill
12 - Quasar
12 - Quasar

Hi @bdoorly 

In addition to @PhilipMannering , answering your question, is the tool in the print below:

marcusmontenegro_0-1606148977794.png

Other way to you find any tool in alteryx is using the search tool in the top right of the screen:

marcusmontenegro_1-1606149062101.png

 

Hope that help!

 

 

bdoorly
5 - Atom

Thanks - solution worked !

Labels
Top Solution Authors