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

formatting mobile phones number

Feras95p
8 - Asteroid

Dear all,

 

I'm looking for a help in formatting a column with name of phone which contains more than 100k cells, I want to delete the first 3 digits which are 966 so to start directly without the country code "which are the first 3 digits" 

 

Any help in that please ?

1 REPLY 1
CoG
14 - Magnetar

Do you have any other characters in that column? Sample data is important so that you receive the best assistance.

 

If you are only working with numbers in a string type column, then you can use the Substring([phone],3) function in the Formula Tool to remove the first 3 characters.

Labels
Top Solution Authors