Alteryx Designer Desktop Discussions

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

Dynamic Parameter to Oracle Query

shsridh2
5 - Atom

Hi Team,

 

I have set of parameters and its values in Excel. I need to read those values from the Excel and use those values in the Query.

How do we achieve this?

 

Serial NoParameter SetValue
1SHARE_NODE_ID123
2NODE_ID456
3SALES_ACCT_ID789
4GB_ID4444
5COUNTRY_ID34
6Sales Number23
7LEVEL_6IND_ABC

 

These values need to be embedded in the query to pull the data from oracle table.

 

Regards,

Shankar Sridhar 

1 REPLY 1
ChrisTX
15 - Aurora

Check out the in-Database tools.  You'll need to convert your Excel rows into sections of a SQL WHERE clause, then pass in the query to the Dynamic Input in-DB tool.

 

You can find a few examples by searching this message board for "Dynamic Input in-DB" (including the quotes)

 

Product documentation for the IN-DB tools:

https://help.alteryx.com/11.0/index.htm#In-DatabaseOverview.htm%3FTocPath%3DIn-Database%7C_____0

 

 

Chris

Labels