Page 1 of 1

Problem calling a certain position between two related fields

Posted: Fri Feb 12, 2021 8:24 pm
by andres ortegon
I have a problem when trying to call a certain position of a data, as shown in image # 1 this is the final product, as you can see in image # 2 this is what I get when using {Datasource.DataTable.Rows [position] ["column"]} is repeating the position value in my "N" amount of details.

Please I need your help to know how to call a certain portion of a data respecting the parent-child relationship, "Description" is the parent and "Item" is the child as shown in image # 4

In the images # 3 and # 5 the data that travels in the detail lines are shown in their respective "Description"

Re: Problem calling a certain position between two related fields

Posted: Mon Feb 15, 2021 10:19 pm
by Lech Kulikowski
Hello,

In that case, you should use two databands and master-detail construction:
https://www.stimulsoft.com/en/documenta ... report.htm

Thank you.