Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesHello, it would be helpful to be able to have multiple levels of detail in a summarize tool. So, rather than aggregating on the lowest level of the group-bys, being able to select the level or partition for the aggregate. The current workaround for this is having multiple summarize tools and joining back to get all the data in one table.
The configuration would look something like this:
Field | Action | Aggregation | Output Field Name |
Region | Group by | Region | |
Metro | Group by | Metro | |
Store | Group by | Store | |
UPC | Group by | UPC | |
Store Sales | Sum | Store; UPC | Item Store Sales |
Store Sales | Sum | Metro; UPC | Item Metro Sales |
Store Sales | Sum | Region; UPC | Item Region Sales |
Store Sales | Sum | Store | Total Store Sales |
With the aggregation field maybe being a pick-list of available "group by" columns. It should default to all the group by columns, but you could un-select some if you wanted a higher level of detail.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.