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

Help

minakshi
6 - Meteoroid

Hello, 

I am wondering How to add alphabet before a number.

 

Can anyone help me with that?

2 REPLIES 2
markcurry
12 - Quasar

Hi @minakshi , if the number is in a numeric data field you won't be able to, so you'll need to create a new string field.  Then you will need to use the ToString formula to convert the number to a string...

 

"A" + ToString([Number])

 

Hope that helps

minakshi
6 - Meteoroid

Hi @markcurry ,

this is helpful.

Labels
Top Solution Authors