Create a hierarchical table using cross data

Stimulsoft Reports.NET discussion
Post Reply
Layneks
Posts: 2
Joined: Wed Nov 16, 2022 7:13 am

Create a hierarchical table using cross data

Post by Layneks »

Hi everyone.
I want to know the real construction of this table in stimulsoft reports?
I have 2 data sources with a table header in the form of a hierarchy and a data source with the name of the equipment and position. The question itself is how to calculate the time data so that it refers to both the equipment and the header, in this case substatus.
Attachments
screen.png
screen.png (55.48 KiB) Viewed 384 times
Lech Kulikowski
Posts: 6244
Joined: Tue Mar 20, 2018 5:34 am

Re: Create a hierarchical table using cross data

Post by Lech Kulikowski »

Hello,

You can try to use the DataBand and Cross-Data bands combination for that task.

Thank you.
Layneks
Posts: 2
Joined: Wed Nov 16, 2022 7:13 am

Re: Create a hierarchical table using cross data

Post by Layneks »

Then I have one more question. How can I concatenate headers.category_1 - 3 values ​​if they have the same values? The union must be both horizontally and vertically.
Attachments
Structure report
Structure report
screen3.png (65.27 KiB) Viewed 375 times
Preview report
Preview report
screen2.png (83.86 KiB) Viewed 375 times
Lech Kulikowski
Posts: 6244
Joined: Tue Mar 20, 2018 5:34 am

Re: Create a hierarchical table using cross data

Post by Lech Kulikowski »

Hello,

Unfortunately, for Cross bands, the ProcessingDublicates property is not available.

In that case, you can check values in code and hide duplicates, and set width from code in events.

Thank you.
Post Reply