Dear all,
I developed a report painter where the lead collumn has cost element and cost center. When I run the report it shows at the same collumn the cost centers and in a different line the cost element totalizing the amount of each cost center. So the report shows for each cost element the cost centers posted with this cost element. The report show like below:
-
|-------
Cost center A | 100
Coste center B | 200
-
|-------
Cost element xxx - 300
The problem is: How can I make the Cost element in a separate column ? Ex:
-
Cost element xxx | Cost center A | 100
Cost element xxx | Cost center B | 200
-
Cost element xxx - 300 (In fact I don''t need the total)
I need cost element and cost centers in different collumns to allow export it for other application..
Regards