Hi, I have a workflow that runs a query on multiple different ODBC connections and joins them together. Without a filter, it returns millions of results and takes a long time.
I added a user input where they can input a request number which is then used in a dynamic input tool to modify a where statement. It currently works, but the full query runs first in the Input Data. The results are what I want but it still takes forever.
I imagine I want to do something similar but have the variable modify the initial query. Here's a screenshot of what it currently looks like, what can I do to accomplish this?
Solved! Go to Solution.
That worked, thanks a lot!