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.

Convert ASCII to value

michael_franz
8 - Asteroid

I am trying to convert the following.....VendorCode = !HS

 

Answer s/b 033072083

 

Using In-DB tool. It does not matter in or out of DB

 

SELECT ASCII(substring("VendorCode",1,1),
ASCII(substring("VendorCode",2,1),
ASCII(substring("VendorCode",3,1)

0 REPLIES 0
Labels
Top Solution Authors