Hi All,
I am relatively new in Alteryx and I am stuck with an aggregation. I hope somebody can help...
Just to simplify the issue at hand, I need to aggregate a data set in such a way that it will provide all possible combinations based on selected demographic columns. The problem is that the number of aggregation columns may change and a solution should be dynamic enough to be adjusted future changes.
I hope there is an easy way to solve. The problem that I face, when I try to append the data it only provides combination of all sources. However this is not all universe.
In the below example, Region to Customer columns needs to be aggregated with sum of cost. When I use Append tool, it gives combination of all 6 columns , however I need aggregation for a column, all 2 columns combinations, all 3 columns combinations etc; e.g.: by Region, then Country, then Region & Country and so on in the same table.
I can build tens of Append to solve it, but still the columns and number of columns may change and it is not a sustainable solution.

Thanks in advance
Igal