Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Hide Group Header

Author  Topic 

tclose
Starting Member

24 Posts

Posted - 2010-04-28 : 09:09:45
I have a report and I have a group in the report. I just want the grouping functionality and not the group column header to display or any of its values. How can I do that.

tclose
Starting Member

24 Posts

Posted - 2010-04-28 : 09:36:54
I figured it out and I'm posting it in case others might need this information. After creating the group, if you just want to keep the functionality, but get rid of the group column header and data - right click on it in design mode and select "Delete"
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-28 : 10:24:55
even while creating a group, you've two checkboxes which is checked by default which includes the header and footer by default. unchecking it wont create header and footer rows.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -