Greetings, All -
I'm tasked with designing a report to replace one that uses a SQL query in SQL Server to gather the data with the result C&P'd into a premade Excel sheet using a pivot table to create the final product.
Well, not so much tasked as endeavoring to create something less clunky using SSRS.
I have the query made and it returns what I need. I've made that into a stored procedure called in a dataset in SSRS. It all works fine and produces the exact same content - although, I'm still working on a way to sort where the alpha entries appear before the numeric - as the Excel version.
Now, it needs to be turned into a drill-down report. I've tried a couple of tutorials I've found online, but they seem to add additional columns - headers - that make the report burdensomely wide. The Excel copy simply has a small '+' next to each category that can be drilled, like so;
The SSRS Tablix looks like this;
I guess the question is, how can I get the Tablix to drill-down on each of the Period, Date, Desc, Proc, and the first two Diagnoses without having to add a new header column for each one?
Probably, if someone could just let me know how to do one of them, I can probably just apply what I learn from that to the others on my own.
As always, thanx very much in advance for any help crumbs tossed my way!!