We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

V-w strings to string

Mohanraj7393
7 - Meteor

Hi All, 

 

How to change v-w strings to v string. 

Tried with select tool but output cames as NULL while changing vw strings to v string

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @Mohanraj7393 

 

The difference between V-Wstring and string is V-Wstring allows unicode character and string does not.

 

You can create a formula like below and decompose unicode and store in a v-string (same as string) datatype column.

atcodedog05_0-1641891128230.png

 

Let me know does this work. Decomposing unicode will convert unicode to other charaters.

 

Hope this helps : )

 

Labels
Top Solution Authors