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.
SOLVED

Dynamic input tool -Different sql query method?

BosKev
8 - Asteroid

Hey All,

 

I'm running a simple setup currently in Alteryx where I feed in a list of IDs and query a view in a database for results.

I used "modify SQL query" option to replace 

 

where ID = 'xxxx' with a list of IDs from another input, this works well for small number of IDs...say less than 100 but if I'm to query a large list with thousands of IDs it would take forever as the dynamic tool is query each individual ID separately.

 

Is there a better solution? Thanks.

 

BosKev_0-1619536010042.png

BosKev_1-1619536054935.png

 

 

10 REPLIES 10
BosKev
8 - Asteroid

@AbhilashR , no problem, we all learn something new...now this doesn't entirely solve my originally problem as my list is over 1000 IDs, I would need to break it into parts...lol

Labels
Top Solution Authors