New to Alteryx and seeking best practices and ideas on how to accomplish the following.
I have an existing Oracle SQL statement that I want to copy/paste into Alteryx and run each month.
1. What is the best way to deal with changing the date range each month (i.e. WHERE DATE BETWEEN {ts '2022-12-01 00:00:00.000'} AND {ts '2022-12-31 00:00:00.000'}?
2. What is the best way to run this query multiple times with a list of different filter values (i.e. Location = 'MIA', Location = 'SEA', etc...). These values could change depending on if there are new locations added or no available data for that specific location.
3. Can I name the output file using the Date Range Used and the Location value selected in Step 2.
Thank you in advance!