Page 1 of 1

Problems with databand's columns

Posted: Wed Aug 13, 2014 10:15 am
by andection
Hello,
I want to show 2 databands in same columns. Is it possible?

I have multiple lab test objects which contains multiple parameters:
{
Category,
Name,
Parameters:[ {
Name
},{
Name}]
}

Desired report:

Category 1.............Category 2
Name 1.................Name 2
Parameter 1............Parameter 3
Parameter 2............Parameter 4

Category 3............Category 3
Name 3 .............Name 4
Parameter 1............Parameter 1
Parameter 2............Parameter 2

Thanks for support.

Re: Problems with databand's columns

Posted: Wed Aug 13, 2014 1:08 pm
by Alex K.
Hello,

It is dependent from your data structure, you can try to use the master-detail construction or try to place the additional Panel component with second band.

Thank you.

Re: Problems with databand's columns

Posted: Thu Aug 14, 2014 3:19 am
by andection
Thank you for help.
I put panel inside databand, and inside panel a put another databand.

Re: Problems with databand's columns

Posted: Thu Aug 14, 2014 6:50 am
by Alex K.
Hello,

Let us know if you need any additional help.