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.

Text and Numeric Need Both

Rhaldhar
8 - Asteroid

Hi,

 

below data coming in Alteryx but I need second result in same column through formula. please advise.

 

Text & numeric.png

 

Result required.

Correct Text & Numeric.png

 

Thanks,

Rajeev

3 REPLIES 3
cpet13
11 - Bolide

@Rhaldhar I'm confused on what you are trying to do. Can you please give some additional context?

Rhaldhar
8 - Asteroid

Hi @cpet13  I wanted to correct circle numeric value. but when I use "Tonumber" function then above "Monthly and Average" text value removed. please advise if there is any function through numberic value can correct along with text value. Thanks.

 

Correct.png

cpet13
11 - Bolide

@Rhaldhar are those all in one field, then? One field can only have one data type; you can have a varchar type hold numbers, but you can't have a numeric type hold text. You could convert the field to a varchar type, potentially.

Labels
Top Solution Authors