Good morning,
New to Alteryx (the product, and hence this community). After some beginners assistance please; I can't seem to solve an issue.
Overall objective: I want to take values from a spread sheet, that I can then use to retrieve data from a SQL server, and finally blend the two different sources. The spread sheet has unique identifiers in it, that I want to use to query the SQL server, because I don't want to return all the data.
For example:
Spread sheet has Unique IDs , 112233, 223344, 334455 - there will be thousands and they won't always be the same (i.e. I want to create a repeatable workflow that has different spread sheets as the source).
I then want to retrieve (select *) the 'product type' where the Unique ID is equal to 112233, 223344, 334455, and so on.
What is 'the best' way of taking all the unique IDs from the spread sheet and using those values to construct the select statement?
Appreciate the help and guidance.
Regards,
JD.