Page 1 of 1
How to Limit Items in Report
Posted: Fri Mar 01, 2013 3:43 pm
by bsilence
Hello,
How do i or can i limit the number of items that are going to be shown in a master databand?
For instance, i have 12 items in a object but i just want to show the first 10, or i just want to show to items until a limit of one page. How can i do that?
Thank you for your help.
Best regards.
Bruno Fernandes
Re: How to Limit Items in Report
Posted: Fri Mar 01, 2013 3:55 pm
by bsilence
To complement this issue, i have the solution if the source is the type Data, but i'm using a business object.
Re: How to Limit Items in Report
Posted: Tue Mar 05, 2013 1:46 pm
by Alex K.
Hello,
Try to use the conditions with the following expression:
Line > 10
and set the "Component is Enabled" to false.
Thank you.
Re: How to Limit Items in Report
Posted: Wed Mar 06, 2013 12:25 pm
by bsilence
Hi,
Thank you for your answer.
It's almost this. The thing is when i have a Master-Detail component, if i apply this to the Master the items after the limit i choose doesn't appear, but the Detail appear :S, it's kind of strange.
Isn't there a way to limit the items to only one page for example?
When we use a source of type Data it's possible to limit this without any problems, but with a Business Object it's a little more tricky.
Thank you for your help.
Best Regards.
Re: How to Limit Items in Report
Posted: Thu Mar 07, 2013 6:03 am
by Alex K.
Hello,
Can you please send us a sample report with test data which reproduces the issue for analysis.
Thank you.