English 中文(简体)
以行组为基础计算行数
原标题:Counting the rows on the basis of row group

我在SSRS 2008R2中撰写一份报告。

                      NSN         Learner          Employer      Completed Date
 Qualification 1      123356       Tom             Employer 1     12/2/2012
                      213134       Jerry           Employer 2     25/2/2010
                      545456       Harry           Employer 3     04/2/2011
 Qualification 2      565557       Pete            Employer 1     17/12/2001
                      154646       Susie           Employer 5     12/13/2005

我想用一个资格来计算记录总数,然后在每一资格的表格中列成一行。表格按资格领域分类。

                      NSN         Learner          Employer      Completed Date
 Qualification 1      123356       Tom             Employer 1     12/2/2012
                      213134       Jerry           Employer 2     25/2/2010
                      545456       Harry           Employer 3     04/2/2011
                                                   **Total             3**
 Qualification 2      565557       Pete            Employer 1     17/12/2001
                      154646       Susie           Employer 5     12/13/2005
                                                    **Total             2**

提前感谢。

问题回答

您可以在组和使用表达式 CountDidestinct( 完成) 后添加总计, 以获得理想值





相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签