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

amending field

lancegoh1
7 - Meteor

hello,

 

I'm trying to do a Vlookup using the join tool, but my fields are different. any idea on how should I use the formula tool to remove the "0" so that the join tool can read the field?

Input 1:

account number
123456
254646
123548
365684
548987

Input 2:

account number
0123456
0254646
0123548
0215684
0365684
0548987
 
 

Cheers,

Lance

2 REPLIES 2
haroon_sa
10 - Fireball

Hey @lancegoh1

 

Try this expression in the formula tool. It may work. 

 

 

Substring([account number],1)

Take a look at my attached solution. 

 

lancegoh1
7 - Meteor

thank you!

Labels
Top Solution Authors