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

Concatenate 2 fileds

david20100
8 - Asteroid

Hi,

 

I want to Concatenate my invoice number (string) and the first 2 characters of my part number (string also).  Can't find how to only keep the first 2 letters of the part number

 

thanks

2 REPLIES 2
DultonM
11 - Bolide

Hi @david20100!

 

Are you performing this concatonation in a Formula tool? If so, just use the Left function! Example: [Invoice Number Field] + Left([Part Number Field],2) Hope this helps!

david20100
8 - Asteroid

Easy as that

 

Thanks

Labels
Top Solution Authors