Hello -
I'm currently trying to summarize my data by creating a total column for all records ,but also create a total column based on different groups. This data is currently formatted together and I'm having trouble grouping creating the calculation and bringing it back into my data.
Thanks for the assistance. I've attached an example as well with the desired output.
Solved! Go to Solution.
What have you completed so far? Can you post your workflow?
This sounds like a bunch of Summarizes with Unions, plus possibly a Transpose / Crosstab!
@alexnajm Due to organizational policies, I am unable to share the actual workflow containing sensitive data. However, I have attached an example of the current output along with the desired output for your reference
@LorenzTaylor you could upload the workflow with the sample data you provided - that way, you are protecting your company's data
Try the attached as one way of solving this:
It uses a combination of Summerize, Formula (to create the 'Total' fields, or blank fields as required), Select (to align columns in the required order), a Union (using Auto Config by Position), then a sub-branch to produce the row totals - which uses a RecordID,Transpose and a Summerize to generate these totals. Finally its joined back on the Record ID, sorted, and then tidied up.
For info you have both System and SYSTEM in the Owner column, so Alteryx classes them as two different values and thus the totals are split out, you'd need to do some cleansing first prior to this to ensure they are grouped correctly.
Thanks! this was extremely helpful @alexnajm @davidskaife Both solutions created the desired output.