Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Querying SQL inside formula tool

Pickaxe
7 - Meteor

Im trying to add my "SQL query" into the "formula tool" with data type as V_Wstring, and then pass it to the database tool ( dynamic input in db ) with a source link to execute the query.

 

But my issue is - the sql code becomes "truncated" 

I have tried string,v_string but none of them worked 

 

I.e. when executed after few words the code ends with three dots ,example: [select isg ...]

 

IS THERE ANY WAS TO PASS THE ENTIRE QUERY WITHOUT IT GETTING TRUNCATED.

 

Kindly advice. Stuck on it for days.

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Pickaxe 

 

If you created the SQL query using formula tool it should be able to accommodate a large length. Even though it might look truncated it will still have the data try running and checking it once.

atcodedog05
22 - Nova
22 - Nova

Hi @Pickaxe 

 

To view the complete data you can add a browse tool after running the workflow open a browse window by selecting below options.

atcodedog05_0-1635584520179.png

 

In the new window double click on your data cell to see the full existing data

atcodedog05_1-1635584579064.png

 

Hope this helps : )

Pickaxe
7 - Meteor

Thanks a lot will try it out😊

Labels
Top Solution Authors