Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / August 2006

Tip: Looking for answers? Try searching our database.

report parameters and grouping

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
aggiechick717 - 30 Aug 2006 19:55 GMT
Can you have a report parameter to list the data, if you already have
the data grouped in the layout tab?
magendo_man - 31 Aug 2006 09:49 GMT
I presume that what you mean is that on your report you are aggregating the
data in your dataset, but would like the option of seeing all the detail that
makes up the aggregates. You could do this by:
a) Set up a boolean report parameter called HideDetail defaulting to =True.
b) Design your report with the detail lines and grouping. Make the detail
row's Hidden property =Parameters!HideDetail.Value. You could also set the
row's ToggleItem property to refer to one of the textboxes in your group
header/footer.

With this setup your report will not show detail lines by default. However,
you have the option to show the detail at run time by changing the HideDetail
report parameter to False.

HTH,
Magendo_man

> Can you have a report parameter to list the data, if you already have
> the data grouped in the layout tab?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.