mrkryz
Posts: 4
|
| Posted: 02/25/2005, 10:03 AM |
|
I am looking to add a header above each grouping.
Basically the grid displays info as such.
name1 | name2 | name3| name4
------------------------------------------------------
areacode | State | Name | Details
------------------------------------------------------
alt | alt | alt | alt
-------------------------------------------------------
TOTALS.........
the results are grouped by areacode via sql "...order by areacode ASC..."
what I would like to do as add a heading row for each area code that basically displays the areacode and the total number of records per area code. like this
name1 | name2 | name3| name4
-------------------------------------------------
areacode1 | total records
-------------------------------------------------
areacode1 | State | Name | Details
-----------------------------------
alt1 | alt1 | alt1 | alt
--------------------------------------------------
areacode2 | total records
-----------------------------------
areacode2 | State | Name | Details
-----------------------------------
alt2 | alt2 | alt2 | alt2
-----------------------------------
TOTALS.........
any ideas on how to append a header row for each grouping?
|
 |
 |
|