🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] Question to "sum" aggregation when Pivoting

User: "MacPhotoBiker"
New Altair Community Member
Updated by Jocelyn
Hi,
I'm trying to create a rather simple Pivot Table using the "Pivoting" operator.

Let's say this is the raw data:
Customer Article Amount Quantity
C1A1 10010
C1A1 15015
C1A2 20020
(Note: I initially posted the wrong raw numbers in the third row, but it's corrected now.)


The Pivot operator is configured as follows:

Group Attribute:        Customer
Index Attribute:         Article
Weight Aggrecation: sum

When I run the process, I get this result:
CustomerAmount_A1AmountA2Quantity_A1Quantity_A2
C11502001520
However, I would have expected this:
CustomerAmount_A1AmountA2Quantity_A1Quantity_A2
C12502002520
Could somebody help me to understand what I'm doing wrong?

Find more posts tagged with