We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Shortening the amount of digits

BillyL14
8 - Asteroid

Hi 

I have a column of codes. Each code has around 16 digits in it. I would like to shorten and just keep the first 8 digits. How can I do that?

 

Thanks

4 REPLIES 4
JosephSerpis
17 - Castor
17 - Castor

Hi @BillyL14 I mocked up a couple of ways to do this. Let me know what you think?

wwatson
12 - Quasar

if you use a select tool to make the column a VSTRING type you can use a formula like left([fieldname],8)

BillyL14
8 - Asteroid

@JosephSerpis thanks very useful

BillyL14
8 - Asteroid

@wwatson thanks

Labels
Top Solution Authors