Alteryx Designer Desktop Discussions

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

Need help regarding syntax of REGEX REPLACE

anonymous008_G
8 - Asteroid

Hi All,

 

I am trying to format 1 Year Ended value into 1Y using formula tool. Can someone please guide what formula i can write to get the desire output. 

 

I know REGX_REPLACE can work but no idea how to write it.

2 REPLIES 2
anonymous008_G
8 - Asteroid

Thanks but i got the solution. 
this syntax worked REGEX_Replace([Period], " \Year Ended", "Y")

Manoj_k
9 - Comet

REGEX_REPLACE([column name], " Year Ended$", "Y")

Labels