Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Issue with Left trim

Taki
8 - Asteroid

I am trying to left trim the file but is working for all except when doing profit where it trims the first 2 characters as well so I am left with "ofits". Appreciate help. Thanks

 

Taki_0-1593530584596.png

 

2 REPLIES 2
Blake
12 - Quasar

Hi @Taki 

 

Try using replace([upd_column],"Curr-","") and replace([upd_column],"Prev-","") rather than trim left. The Trim function is trimming PR from profits. 

Zas3NfkB
7 - Meteor

@Taki you could also save yourself from needing to type a bunch of code and do a text to column tool with 2 columns and a deliminator on -. That way you can do the entire field at once 

Zas3NfkB_0-1593531595179.png

 

Labels