Alteryx Designer Desktop Discussions

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

Formula

chiragpatel_1
8 - Asteroid

Hi,

 

In the below screenshots I have current file (first screenshot) and second (what I want it to look like). 

 

I want the group 1 column to follow the format in second file, how do I do this, it's a little bit confusing. Many thanks in advance

 

chiragpatel_1_0-1670240611475.png

 

 

 

chiragpatel_1_1-1670240620060.png

 

2 REPLIES 2
IraWatt
17 - Castor
17 - Castor

Hey @chiragpatel_1,

You can use the left function in a formula to get the first character and overwrite the column like this:

Left([Group1],1)

The community has some quick and easy videos on formulas and the Formula Tool here https://community.alteryx.com/t5/Interactive-Lessons/tkb-p/interactive-lessons/label-name/Writing%20...

 

 

chiragpatel_1
8 - Asteroid

thanks but i would end up with three T's and i want to rename the description column to TPA, how is that done. sorry should've mentioned that in my post.

 

so TP,, TR and TT would be called TPA

 

 

Labels
Top Solution Authors