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

special character

ShreyaSharma
8 - Asteroid

Hi Team,

 

2.22 i need the output 2 in column A and 22 in column B..

 

I am using the formula..

Left([String],FindString([String],"." ))

 

Please help

 

 

2 REPLIES 2
Emil_Kos
17 - Castor
17 - Castor

Hi,

 

Just use text to columns with "." as a delimeter.

 

Emil_Kos_0-1598440416437.png

 

purnimat
7 - Meteor

Hi @ShreyaSharma ,

 

Your formula is correct. You just need to change the data type of [String]. It is currently numeric (going by your example) and function FindString cannot be applied on numeric data type.

 

Alternatively, as @Emil_Kos suggested, you can use the Text to Columns tool. Hope this helps.

Labels
Top Solution Authors