Hi everyone, I'm a new Alteryx user and I'm trying to come up with a way to take a list of items by location, match it with a progress report submitted by another team, and then produce an estimate of inventory progress by type of item as well as overall for all items. I've attached the Alteryx workflow I'm trying to work on.
The problems I'm running into are that I can sum the total of items in one worksheet to get a list of how many things there are total, but I can't get a function to work that will multiply the totals by area by the percentage completion for that area, then sum those up and divide the result by the total number of items overall for that category to get a completion %. I previously ran into issues where the null values returned on the join weren't allowing me to do numeric calculations, but flipping the join seems to have fixed that issue.
I've been able to solve this previously using SQL joins and then just using excel to multiple the % complete column by the total # of items per area column, and then doing a sum of the total #s complete / sum of total # of items columns, but this isn't 100% automatic and I can't pass it off to non-technical teams as a standalone tool.
Here's an example of what kind of data I'm dealing with:
The yellow section is one report that I've created using SQL and a list of all the inventory items. In reality this is multiple files, one for each category of items. The red is a rough progress report I get separately from another team. And the blue is what I'm trying to automate.
https://docs.google.com/spreadsheets/d/1XKFP3yaHatVCTA1cZlijkSHVHvI8xMstmH3siTbsfRA/edit?usp=sharing