Hi All,
I have a BEx characteristic structure (Division1, Division2), another characteristic (Quarter) in rows and a key figure Quantity in columns. How would I be able to show the total for each Division in a single table.
Ex:
Division1 Q1 100
Division1 Q2 200
Division1 Q3 300
Division1 Q4 400
Total 1000
Division2 Q1 300
Division2 Q2 200
Division2 Q3 500
Division2 Q4 100
Total 1100
I have tried inserting a row after row 4 to calculate the Total but it inserts a row after each row in the table.
Thanks for helping.