Dear all
I have a table as below:
Material | Sale order | Period | Quantity | Cost (usd) | Variable_value (usd) = Quantity * Cost |
---|---|---|---|---|---|
A1 | SO1 | 201410 | 14 | 250 | 3500 |
A1 | SO2 | 201410 | 9 | 15 | 135 |
When I transfer this table to crosstab table with Variable_value is Value, the value result is (14+9)*(250+15)=6095
It's difference with the value that I've calculated: 3635
Please help me to resolve this problem. Thanks all.
201410 | |
---|---|
A1 | 6095 |
201410 | |
---|---|
A1 | 3635 |
Variable_value