Does anyone know how to merge two cells in BO? I've tried using inserting break, then removing the headers and footers, but it won't work right when the items I need to merge are in the body of a table. It works fine for items in the 1st column, but I can't get it to work here.
I have a report like this:
I need to format it like this:
Basically, rows 1 (time frame) and 2 (jurisdiction) are the breaks on the data. Row 3 is the data broke down by time frame and jurisdiction. Row 4 is the total of row 3 for each time frame but all jurisdiction. Row 5 is the total for all time frames.
Any ideas???
Thanks!!!!
I have a report like this:
Code:
1 2 3 4 5
current 1 0 11 11
current 2 11 0 11
31 - 60 1 0 0 11
31 - 60 2 0 0 11
61 - 90 1 0 0 11
61 - 90 2 0 0 11
I need to format it like this:
Code:
1 2 3 4 5
current 1 0 11 11
current 2 11
31 - 60 1 0 0 11
31 - 60 2 0
61 - 90 1 0 0 11
61 - 90 2 0
Basically, rows 1 (time frame) and 2 (jurisdiction) are the breaks on the data. Row 3 is the data broke down by time frame and jurisdiction. Row 4 is the total of row 3 for each time frame but all jurisdiction. Row 5 is the total for all time frames.
Any ideas???
Thanks!!!!