Okay, so I know I can use dynamic column header names. Is there a way to use the colspan HTML option to combine just the column headers? Is there a way to add a line of extra header above the standard report header to provide "grouping" options?
Here's what I'm trying to do:
[ What Time did the delay occur ][ Total Time of Delay ][ nbsp; ]
[ Hr ][ Min ][ AM/PM ][ Hrs ][ Min ][ Reason for Delay ]
I don't want to have to build the report using PL/SQL and htp.p() commands unless there is no other option. I can probably get away with creating region Display/Text items above the report, but these look tacky in comparison.