Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Replacing a parameter in a query

SteveKMH
5 - Atom

Hi,

 

I'm slowly moving our excel ODBC queries into Alteryx and I'm struggling with parameters. In Excel the query's parameter is referenced to a cell and the cell contains a formula to bring back the earliest date (MIN) from two columns in different sheets. The query would then use this date and bring back any records greater than the parameter.

 

In my Alteryx workflow I have multiply input tool queries. I am using two of these queries to create a single date value, currently stored in a Select Records Tool. This gives me my earliest date and the value I would like to use as the parameter.

 

There is no input by the user, the parameter would be generated by the values in the tables.

 

How would I get the value from the Select Records Tool to be used in an Input Data Tool query?

 

I haven't been using Alteryx long and I am finding ways around problems (probably not the most efficient way) but this one has baffled me. I have looked through a few posts with solutions but I haven't found anything that seems to fit my issue.

 

Any help or pointers would be appreciated.

 

Many Thanks

 

Steve

3 REPLIES 3
mceleavey
17 - Castor
17 - Castor

Hi @SteveKMH ,

 

can you share your workflow and some mock data and we can help.

 

M.



Bulien

csmith11
11 - Bolide

How would I get the value from the Select Records Tool to be used in an Input Data Tool query?

 

It sounds like you are using an input data tool to execute your query. If you right click that input data tool, you can convert it to a dynamic input tool instead.

 

Once its been converted you'll have the option to Modify the Query using the dynamic value from your select tool.

 

Here is an example below:

csmith11_0-1642170627198.png

 

csmith11_1-1642170666112.png

 

Please let me know if this helps.

 

Cheers!

 

 

 

 

 

SteveKMH
5 - Atom

Thank you for your responses guys.

 

By converting the Input tool to a Dynamic Input Tool that has given me the option to replace the Where clause, brilliant!

 

The query takes an hour to run but I'm sure with a little tinkering that will work for me.

 

Much appreciated for you help!

Labels