Hi All,
I have 2 data sources:
1. Historical sales (this is complete sales data per year for the last 5 years)
2. Current year sales data that is updated each month.
I have one workflow that has reads in all the historical sales and saves those as an alteryx database. I don't need to refresh those again as they don't change, so the workflow is only run once. In another workflow I read in the most recent sales data for 2017 and then union it the historical sales. This means I only refresh the data that is changing. This will work fine until we reach January 2018, as the workflow reading in the historical data isn't run again, and the workflow updating the most recent data won't look at 2017.
What I'd like to do is update my recent workflow so that once I get to January 2018, it updates the historical database to include 2017 and then continues to union the monthly updates for 2018 - I just don't know how to do it. Guessing it's a conditional join or something.
Ideas / push in the right direction would be great!
Thanks
Kirstin