In a report, I have one databand with 2 child bands that are printed in 2 different columns. It's working very well.
Now I would like to add something more complex. I would like to print as many child band as a number in a specific field.
Example:
Code: Select all
Name Address Articles
A blablabla 2
B fsfsfpjdf 1
C jpojpoj 4
A blablabla 1
A blablabla 2
B fsfsfpjdfi 1
C jpojpoj 1
C jpojpoj 2
C jpojpoj 3
C jpojpoj 4
I tried to do something based on another example that Edward gave me. But I don't know how to make it work with the child bands.
Could you please help?
Here is the link to my report:
Link
Thanks in advance!