I have an excel file I'd like to bring into alteryx.
The master file has 2 data sources, sales data and production data.
All of the items sold must be associated with a production log.
Once produced, the items can be sold for 3 days.
For a given date of sales, the excel file sums the number of items produced (according to the production log), if the location, item number, and [date sold, date sold - 1, date sold - 2] are ALL a match. This formula is in column E of the "match table" tab.
Because the items can be sold for 3 days, one day of production log may cover several days of sales.
For a given date of sales, if there is no associated production log, the formula returns zero, which is how I am filtering locations that are non-compliant.
As far as I can tell, the join multiple tool doesn't retain the rows of sales data for which there is no matching production data. Additionally, because the date sold is not a one to one match with the production date, some data is being excluded.
I was thinking I could generate rows in the production data (just create new rows for each line of production data that is [date produced +1 and date produced +2]), But I can't figure out how to make that work either.