Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Master detail with some column values in summary at top and the rest in detail in a tablix

$
0
0
I haven't worked with SSRS in a while so I'm trying to remember how to make a report that has the column values that describe the physician practice as a whole with the detail of various metrics that they're measured on in the tablix below the practice data.I'm stuck on the items at the top. I don't know what to use. For example, I would like to have the specialty, practice name within a specialty, the range of ranks within the specialty, the practices rank, final rank, and a line of static text., each in grid like area at the top with column names to the left and column values to the right, with two groups of col. name/col. value across. So this small grid has 3 rows and 4 columns.The tablix that goes below the summary part is easy and I've already done it. It has a varying number of metric detail rows (none the same as the structure I describe in the last paragraph). The report should page break by practice. I will have a separate report for each specialty because the columns(metrics) measured vary for each specialty. So assume one specialty, say, Oncology for the whole report I'm describing.I have one query with quite a few joins that I use as a dataset. It has all the data needed. I am open to converting the query into a stored procedure with parameters if needed. My question in summary is this: How to get the structure I need for the top box?I know it's heinous to post a screenshot but in the case of showing what I need in a report it can clarify I think. Here it is (I've attached it). I've been struggling with this for hours and I'd really appreciate the help.THanks in advance.

Viewing all articles
Browse latest Browse all 2791

Trending Articles