I am working on a WEBI 4.1 report where I am basically trying to mimic an excel spreadsheet which is in the following format:
Col 1 | Col 2 | Col 3 | Col 4 | Col 5 | Col 6 | Col 7 |........
___________________________ measure measure Col4 +Col5 Col 6 + Col5
A
a1
b1
c1
A Total (a1+b1+c1)
B
a2
b2 Subtotal (b21+b22)
b21
b22
c2 Subtotal (c21+c22)
c21
c22
B Total (a2+b2+c2)
...
....
I started off with a crosstab (since the no.of child columns is more than 100) but not sure its possible to build a report similar to the spreadsheet as the aggregation across the rows and columns is not consistent.Please advise.