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
Solved! Go to Solution.
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!
Easy as that
Thanks