Page 1 of 1

Splitting one table data into multiple databands

Posted: Fri Dec 20, 2013 2:07 am
by shivkrsingh
Hello,

Is it possible to split one table data into multiple databands.

Like I have 25 records in a table I want show like below
First 10 records (Databand1)
Second 10 records (Databand2)
Third 5 records (Databand3)

thanks

Re: Splitting one table data into multiple databands

Posted: Fri Dec 20, 2013 7:22 am
by Alex K.
Hello,

Please try to use several DataBand componnts, with the different filters:
databand1 - "Line<=10"
databand2 - "Line>10 && Line <= 20"
etc...

Thank you.

Re: Splitting one table data into multiple databands

Posted: Sat Dec 21, 2013 2:27 pm
by shivkrsingh
Thanks, its worked

Re: Splitting one table data into multiple databands

Posted: Sun Dec 22, 2013 1:46 pm
by Andrew
Hello,

Great!