Page 1 of 1

Help in Grouping

Posted: Tue Oct 08, 2024 10:28 pm
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 797 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

Re: Help in Grouping

Posted: Wed Oct 09, 2024 8:42 pm
by Lech Kulikowski
Hello,

Please try to use the HierarchicalBand component.

Thank you.