Issue with border lines in a matrix report

那年仲夏 提交于 2021-02-11 14:19:43

问题


I have a requirement to display the Product name and the related Amount in a report grouped by each CategoryId (no need to show categoryId in the report, only used in grouping) as shown below.

enter image description here

Below are the design steps.

  1. Added a matrix with 2 rows and a column grouping by CategoryId

    enter image description here

  2. In the first row of matrix, added a tablix with 2 columns (Product and Amount) and row grouping on Product.

    enter image description here

  3. In the second row of matrix, added a tablix with 2 rows (Subtotal and GrandTotal) and 2 columns (Product and Amount)

    enter image description here

However, I am getting the result below where there is an empty space if the Product count under categories is mismatching.

enter image description here

Expectation is the border lines should be displayed even there is no data.

Please suggest any fix or any alternative design of the report.

来源:https://stackoverflow.com/questions/65253136/issue-with-border-lines-in-a-matrix-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!