Page 1 of 1

Break fields in more than one databand

Posted: Mon Aug 23, 2010 2:36 pm
by Rodrigo V. Lagos Eustáquio
Hi all.

My situation is: i have a lot of fileds in one datasource, i'd like to put in varius databands. Example:

GroupHeader1
DataBand1 --> Field1, Field2, Field3
DataBand2 --> Field4, Field5, Field6
...
...
GroupFooter1

I'm trying put 2 or 3 databands at the same datasource, but not working.

Tnks for any help.

Break fields in more than one databand

Posted: Tue Aug 24, 2010 12:20 am
by Alex K.
Hello,

You can use ChildBand component:

GroupHeader1
DataBand1 --> Field1, Field2, Field3
ChildBand1 --> Field4, Field5, Field6
ChildBand2 --> Field7, Field8, Field9
...
...
GroupFooter1

Thank you.

Break fields in more than one databand

Posted: Tue Aug 24, 2010 8:00 am
by Rodrigo V. Lagos Eustáquio
Hi,

Work's fine.

Tnks.

Break fields in more than one databand

Posted: Tue Aug 24, 2010 8:04 am
by Andrew
We are always glad to help you!