cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Output via Alteryx

SOLVED
jkope404
Meteoroid

SQL Output via Alteryx

Hi!

 

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

1 REPLY 1
jkope404
Meteoroid

SQL Output via Alteryx

Hi!

 

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

AmeliaG
Alteryx

Re: SQL Output via 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.