Hi,
We're trying to represent the following column chart in Dashboard Design:
Material/Month | January | February | March |
---|---|---|---|
Material 1 | 100 | 200 | 300 |
Material 2 | 400 | 500 | 600 |
Material 3 | 700 | 800 | 900 |
The BEX query has:
Result objects: Material, Month/year; amount
The problem is when i paste the Material dimension in the Excel, i'm getting the following result:
Material/Month | January | February | March |
---|---|---|---|
Material 1 | 100 | 200 | 300 |
Material 1 | 400 | 500 | 600 |
Material 1 | 700 | 800 | 900 |
So, when i display the column chart, the material tag is incorrect:
as the image attached shows.