Start Free Trial

Alteryx Designer Desktop Discussions

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

Converting a V-WString to Numeric

jlfromm
8 - Asteroid

I have a work flow that I have brought in different spreadsheets  information in and they are all V_Wstring, I need to do some calculations but I am not sure how to convert then to numeric 

 

 

jlfromm_0-1654536129442.png

 

I want to add a formula do I can take my days *Different rates. 

 

4 REPLIES 4
IraWatt
17 - Castor
17 - Castor

Hey @jlfromm,

You can use the select tool to change the data type to an integer or double (both number types) like this:

IraWatt_0-1654536428051.png

Can you give an example of some of the data. You may need to adjust it so that it converts properly by for instance removing text data from the column. 

Any questions or issues please ask :)
HTH!
Ira

jlfromm
8 - Asteroid

When I switch it to Int64 then I loose that data. 

 

This is what it looked like as a V_WString 

 

jlfromm_0-1654536708110.png

jlfromm_1-1654536756807.png

 

 

 

After I switched to Int64

jlfromm_2-1654536858488.png

 

jlfromm_3-1654536891512.png

 

jlfromm
8 - Asteroid

When I switch it to Int64 then I loose that data. 

 

This is what it looked like as a V_WString 

 

jlfromm_0-1654537114646.png

 

jlfromm_1-1654537114669.png

 

 

 

 

After I switched to Int64

jlfromm_2-1654537114657.png

 

 

jlfromm_3-1654537114757.png

 

 

IraWatt
17 - Castor
17 - Castor

Hey @jlfromm,

Looks like you want to change to the Double data type as your data has decimals. Also the data looks like it has ',' in it. Here is an example workflow to convert text to numeric data:

IraWatt_0-1654537649185.png

Any questions or issues please ask :)
HTH!
Ira

Labels
Top Solution Authors