I have 2 inventory reports, one is from last week and one is from this week and I need to get the delta between the 2 weeks. The part that I am having difficulty with is that I have 2 projects from last week's and current week and not sure how to write the formula to get the delta from last week & current by project. Can someone look at my file and point me in the right direction?
Thanks,
Mike
Solved! Go to Solution.
It's a little difficult to tell without the data (this wasn't packaged), but I would reckon you want to
a) Group by Project (as well as Material) in both Crosstab Tools.
b) Join (instead of Find Replace) on both Material and Project
... in order to compare by material and project.
Just attach each Excel file individually, that would do, as an alternative Google "Alteryx package workflows" although I did not find a simple explanation on how to do it.
Arnaldo
Thank you for the Excel files, certainly they helped a lot. Indeed the ways to compute the delta between the weeks is by using a join tool, the workflow now looks like this:
The resulting table includes two new columns Delta and Delta Descriptio, I modified your previous week Excel file by adding two projects (Comcast and AT&T) with Materials no present in the current week, just to verify that all possible combinations are covered by the workflow logic; although one is missing, it is when "Current Week increased" another Delta Description no appearing are when Projects appear or disapear on the current week, anyhow verify the workflow.
Packaging Workflows storyboard:
These are the screenshot to configure your workflow to include extra files when exporting-packaging:
.
.
.
Hope this helps,
Arnaldo
When you onpackage the attachment on your environment, it is likely you get an error message, as there are two files that were never received, but the workflows works fine.
Arnaldo
This works perfectly, thank you so much for helping me!
Mike