Page 1 of 1

Create a hierarchical table using cross data

Posted: Wed Nov 16, 2022 7:26 am
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.

Re: Create a hierarchical table using cross data

Posted: Wed Nov 16, 2022 10:50 am
by Lech Kulikowski
Hello,

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

Thank you.

Re: Create a hierarchical table using cross data

Posted: Wed Nov 16, 2022 2:06 pm
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.

Re: Create a hierarchical table using cross data

Posted: Thu Nov 17, 2022 3:02 pm
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.