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
Splitting one table data into multiple databands
-
- Posts: 24
- Joined: Wed Dec 04, 2013 8:52 am
Re: Splitting one table data into multiple databands
Hello,
Please try to use several DataBand componnts, with the different filters:
databand1 - "Line<=10"
databand2 - "Line>10 && Line <= 20"
etc...
Thank you.
Please try to use several DataBand componnts, with the different filters:
databand1 - "Line<=10"
databand2 - "Line>10 && Line <= 20"
etc...
Thank you.
-
- Posts: 24
- Joined: Wed Dec 04, 2013 8:52 am
Re: Splitting one table data into multiple databands
Thanks, its worked
Re: Splitting one table data into multiple databands
Hello,
Great!
Great!