Page 1 of 1

2 databand in a group?

Posted: Tue Nov 03, 2009 10:58 pm
by steven
Is it possible having 2 data-band in 1 group?
Now if I put 2 data-band in a group the group footer will be missing.

Code: Select all

GroupHeader1
     GroupHeader2
          Data1
          Data2
     GroupFooter2
GroupFooter1
Thanks.

2 databand in a group?

Posted: Wed Nov 04, 2009 4:25 am
by Edward
Hi Steven,

That is possible only if between databands is a master-detail relationship.

The following order of bands in that case are possible:

Code: Select all

GroupHeader1
     GroupHeader2
          Data1(master)
     GroupFooter2
GroupFooter1          
Data2(detail)

Code: Select all

Data1(master)
GroupHeader1
     GroupHeader2
          Data2(detail)
     GroupFooter2
GroupFooter1   


Thank you.

2 databand in a group?

Posted: Thu Nov 05, 2009 1:23 am
by steven
Currently i need a report look as below:

Image


I already finish until "row 14".
How can I make the footer?
How can I make a report like that?

2 databand in a group?

Posted: Thu Nov 05, 2009 3:42 am
by Jan
Hello Steven,

Please check sample report in attachment.

Thank you.

2 databand in a group?

Posted: Thu Nov 05, 2009 4:46 am
by steven
OK, once the data2 is there then the group footer1 won't be print.
When data2 is deleted then the group footer1 come out again.
What will occur this?

One more, is it possible make the Group Footer count like the picture above?
The Group Footer count each databand2 item and total each differently automatic.


Thanks,
Regards.

2 databand in a group?

Posted: Thu Nov 05, 2009 4:23 pm
by Edward
Hi Steven,

Please see the report in the attachment. It works directly as you requested.

Please note that GroupHeader2 has no sorting and the databand with zero height has sorting.

Thank you.

2 databand in a group?

Posted: Mon Nov 09, 2009 9:27 pm
by steven
Never mind I found another way to do it already.
Thank you.

2 databand in a group?

Posted: Tue Nov 10, 2009 4:35 am
by Edward
Hi Steven,

Please let us know if you need any help.

Thank you.