简体   繁体   中英

(SSRS) Tablix advanced grouping, hide cells and align cells

I am trying to achieve a result like below (edited in paint):

在此处输入图片说明

But so far I have only achieved this:

在此处输入图片说明

As you can see, I get whitespace cells between the timestamps and values above, probably due to the cells above that is manuipulating the tablix layout.

How can I make the values cells become "snapped" next to the timestamps like the first picture?

This is how it looks in SSRS: 在此处输入图片说明

According to your image, seems you could not achieve your goal in your current Tablix design . you need to change your report design using list , like below: 桌子结构01 桌子结构01

(add one more table in the list to display header) In this scenario , you should make sure that you have the full records under the group Meter2 and Interval2 to make up the column group cells. Otherwise you could get like below: 数据不足的结果

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM