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

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