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

want to put the formula

Maheshp
8 - Asteroid

Hi Team,

 

I want to apply the formula =LEFT(AC12,LEN(AC12)-6) in Alteryx but it is not working, could you please help us to set the formula.

 

Raw DataRequired data with the help of formula. 
VISA0012251968231002VISA0012251968

 

Regards,

Mahesh

3 REPLIES 3
ed_hayter
13 - Pulsar

I went with the following formula - I think the only thing wrong with yours was that the function in Alteryx is LENGTH() rather than LEN()

 

image.png

Maheshp
8 - Asteroid

Hi Hayter,

 

Thanks for letting us know, Want to ask one more question.

i want to merge column 1 & 2, with the help of & formula, result should be 3 column.

 
251970-29.23251970-29.23

Regards,

Mahesh

alexnajm
18 - Pollux
18 - Pollux

You can use a + in the formula tool to create this third column - just note that if you want them to be strings and they are numbers, you need to do ToString([Field1]) + ToString([Field2])

 

Basically the & in Excel is replaced with the + in Alteryx

Labels
Top Solution Authors