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

ToNumber(Left([Range], 4)) not working

arno_bürgin
7 - Meteor

I am trying to convert a V_WString to a number. The formula is as follows: ToNumber(Left([Range], 4)). See also the workflow attached. The metadata stays the same. Why does it not work?

There is no whitespace nor commas or anything else. It does work with the Select tool.

4 REPLIES 4
afv2688
16 - Nebula
16 - Nebula

Hello @arno_bürgin ,

 

Untitled.png

 

You have to change the data type. Once done it will work. :)

 

Cheers

arno_bürgin
7 - Meteor

Nevermind, silly me forgot to change the data type in the drop down, see attached screenshot.

Vijay3
5 - Atom

Capture.PNG

arno_bürgin
7 - Meteor

Hi @afv2688 and @Vijay3 

 

I just noticed myself. Thank you anyway!

Labels
Top Solution Authors