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

Replace First Character

bsolove
8 - Asteroid

I have a bunch of a values, some of which have a decimal (.) as the first character.  I want to remove the first character, if it is a decimal.  I tried playing around with regex replace, but no luck.

1 REPLY 1
BrianR
Alteryx Alumni (Retired)

Here's a solution using the Left and Right functions to evaluate and remove the decimal - only if it exists.

 

 

Labels
Top Solution Authors