Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Adding the key number to the contacts number

Feras95p
8 - Asteroid

Dear all,

 

I have a column which contains contacts number of 9 digits started from 5 I want to add to all of them the key number which is 966 

 

 

so the input number will be like this 549625709 I want the output to be like this 966549625709 any idea how it can be achieved?  

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Feras95p 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1644229871314.png

 

Hope this helps : )

 

JaeLim
Alteryx Alumni (Retired)

Hi @Feras95p ,

One quick way to do this is by using the formula tool:

image1.PNG
Do note as your are using an integer type input, you may need to first convert your input data type into "V_WString", otherwise  it would do a numeric addition instead.

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Feras95p 

Cheers and have a nice day!

Labels
Top Solution Authors