Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

SQL Output via Alteryx

jkope404
6 - Meteoroid

Hi!

 

Is there a way to output the workflow logic used within each Alteryx workflow into an SQL or Java format? 

1 REPLY 1
AmeliaG
Alteryx
Alteryx

Hi @jkope404 ,

 

Thanks for your question! It is possible to output SQL from the in-DB tools only. To output the SQL query constructed by your in-DB flow, use the 'Dynamic Output' in-DB tool. See this community post for more details. 

 

It is not possible to output the SQL or Java from any of the other Alteryx (non in-db) tools. This logic is saved in an XML format proprietary to Alteryx and interpreted by the Alteryx Engine. 

Labels
Top Solution Authors