Reporting ServicesSQL Server Reporting Services. Please specify which version.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Reporting Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I want to be able to "toggle" [year] and then [month]:
I've got the toggle working perfect for [year].
I've got the grouping for month...sorta...meaning it's grouped the way I would like to see it with except that the subsequent data isn't showing. I'll try to demonstrate below
[u]How it is now:</u>
Column1 Column2 Column3 Column4 Column5
Title
Year(toggle)
Month Nothing shows in these 3 columns
[u]How I want it to work:</u>
Column1 Column2 Column3 Column4 Column5
Title
Year(toggle)
Month(toggle)
Data Data Data
I've been working on this for 2 days...and I'm so ready to be finished w/ this!!!!
Please help.
I think the reason nothing appears in 3-5 is b/c I'm grouping on Month in the previous detail line. Is there a way to have it grouped by Month on one detail line, and not grouped by anything on the next detail line?