Page 1 of 1

Data list and multiple childs

Posted: Mon Mar 12, 2018 10:44 am
by jbartoli
Hello,

First, I am sorry f this question has already been asked & solved.
Did a bit of search, but didn't found any successfull answer, which fit with my current needs.

Here what I need.
I need to have multiple imbricated list to display.

For each step, I will need to display some information about the current List (just for the current entity / group.
Here is a spectacular piece of art, to explain.
Image

As we can see, I have multiple entity.
I want to get all customer, ordered by Road, and then landmark.

Working with Stimulsoft 2012, how can I manage to display these data?
(display Road label, then all landmark label, with their customer child.


If anything isn't clear for you, please, let me know.
(I'm sure this isn't that much clear, but hope you'll get what I'm trying to do)

Re: Data list and multiple childs

Posted: Mon Mar 12, 2018 9:52 pm
by Alex K.
Hello,

You can use the HierarhicalBand for this task.

Thank you.

Re: Data list and multiple childs

Posted: Tue Mar 13, 2018 9:25 am
by jbartoli
Hello,

Thank you for the example.
Is it possible to get more details, or a link to the documentation about how manage linked entity / sub-entity, and manage entity dependencies.

Here, I see your Employees entity beeing dependant to Employees (bind on EmployeeID, linked on ReportsTo)
And I'm facing difficulties about undertanding how to link / manage dependencies for my 3 entities, and how to display them all on the hiearchic tree.

Thank you in advance.

EDIT: In my case, here what I understood from the example.

Hiearchic need 2 data to work.
Key column: What will be the "PK" of the column, or will define the current entity.
Master Key column: What is the dependence value, from PK.

In your example, you are displaying each customer by ID, and the ReportsTo is binded to the Employee ID, which make different hiearchic level.
Now, in my case, I got theses datas, and don't see how I can use the same system.

Lines
- Vehicles
- Stops
- Customer

Attached is what I started to do with.
I'm really not sure about dependencies, since the head level, for me, is customer, and I want it to be Lines.
(But, What I need to display is customer data, ordered by Lines, then vehicles, then stops. (each time, with the entity label)

Re: Data list and multiple childs

Posted: Thu Mar 15, 2018 6:58 am
by Alex K.
Hello,

In this case, you can try to combine Hierarchical band and master-detail construction in your report.

Thank you.