Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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