Hi!
Looking for a starting point really. Tried googling but getting nowhere.
I have an sql query that pulls data from a database for further transformations in alteryx. I wrote the sql query in the sql editor.
What I want to be able to do is have the sql query pull variables from other tables before running in the server.
For example, maybe I want to filter on a specific list of customers when I run the query, but that list of customers is not always the same. That list is maintained in a separate table in a different place (not in same db) and called upon when the query runs.
Any youtube videos, articles, or example workflows, would be greatly appreciated,