Help in Grouping

Stimulsoft Reports.JS discussion
Post Reply
rjorge99
Posts: 36
Joined: Tue Feb 28, 2023 6:24 pm

Help in Grouping

Post by rjorge99 »

Hi,

I am having trouble displaying a report that has the following visualization.

As you can see, each group (red rectangle) consists of a record containing the information of a "parent" record (in blue rectangle) and a list of "child" records (in green rectangle).
Untitled.png
Untitled.png (102.06 KiB) Viewed 795 times
I cannot find a way to group the information to display it as shown in the example mentioned earlier.

Based on the report information, the records that do not have information in "cve_prodk" are the parent records, and those that have information in "cve_prodk" indicate that they are children. That is, for example, the first record has a value of 918 in "cve_prodk", which indicates that it is a "child" of the record with the value of 918 in "cve_prod".

I provide a example of the report im trying to replicate (we are migrating from desktop to web)
Report.pdf
(189.01 KiB) Downloaded 92 times
I tried base on the documentation without success.

I would appreciate help to display this information.

I also provide an example project.
Grouping.zip
(5.06 MiB) Downloaded 97 times
Thanks
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: Help in Grouping

Post by Lech Kulikowski »

Hello,

Please try to use the HierarchicalBand component.

Thank you.
Attachments
Screenshot 2024-10-09 224214.png
Screenshot 2024-10-09 224214.png (130.79 KiB) Viewed 753 times
Post Reply