Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt Viewer Limits Results to 500 records
Birt Viewer Limits Results to 500 records [message #797738] Mon, 13 February 2012 21:21 Go to next message
Shane Allred is currently offline Shane AllredFriend
Messages: 24
Registered: January 2012
Junior Member
In my eclipse BIRT designer I have figured out how to show all the records. However, when I deploy the report to our BIRT viewer the results are truncated at 500 records. Is there some setting in the Tomcat Viewer to disable this limitation? I am running 3.7 of the designer and viewer.

Thanks
Re: Birt Viewer Limits Results to 500 records [message #797785 is a reply to message #797738] Mon, 13 February 2012 22:13 Go to previous messageGo to next message
Shane Allred is currently offline Shane AllredFriend
Messages: 24
Registered: January 2012
Junior Member
I figured this one out. The web.xml needed to be changed:

<!-- Preview report rows limit. An empty value means no limit. -->
<context-param>
<param-name>BIRT_VIEWER_MAX_ROWS</param-name>
<param-value>100000</param-value>
</context-param>
Re: Birt Viewer Limits Results to 500 records [message #797788 is a reply to message #797738] Mon, 13 February 2012 22:13 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

In the deployed viewer there should be no limit unless you explicitly
set it with the:
<!-- Preview report rows limit. An empty value means no limit. -->
<context-param>
<param-name>BIRT_VIEWER_MAX_ROWS</param-name>
<param-value></param-value>
</context-param>

In web.xml

or if you add __maxrows=500 to the url that runs the report.

Jason

On 2/13/2012 4:21 PM, Shane Allred wrote:
> In my eclipse BIRT designer I have figured out how to show all the
> records. However, when I deploy the report to our BIRT viewer the
> results are truncated at 500 records. Is there some setting in the
> Tomcat Viewer to disable this limitation? I am running 3.7 of the
> designer and viewer.
>
> Thanks
Re: Birt Viewer Limits Results to 500 records [message #797789 is a reply to message #797785] Mon, 13 February 2012 22:14 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

If you leave this blank the default should be all rows.

On 2/13/2012 5:13 PM, Shane Allred wrote:
> I figured this one out. The web.xml needed to be changed:
>
> <!-- Preview report rows limit. An empty value means no limit. -->
> <context-param>
> <param-name>BIRT_VIEWER_MAX_ROWS</param-name>
> <param-value>100000</param-value>
> </context-param>
Re: Birt Viewer Limits Results to 500 records [message #811660 is a reply to message #797738] Fri, 02 March 2012 16:59 Go to previous message
GG - is currently offline GG -Friend
Messages: 2
Registered: March 2012
Junior Member
Hi, I am using BIRT Viewer for viewing the reports on JBoss 5.1.
I want to customise the viewer
1. for display name update from "BIRT Report Viewer" to "Report Viewer"
2. add logo of company for which reports are developed in the same panel

I could change the background colour of navigation bar.
I tried to look into jsps; but was not successful.
Is this achievable task?
Any pointers how to achieve it?
Regards,GG
Previous Topic:STS crash when generate report
Next Topic:How to display the toolbar in the Run Pattern
Goto Forum:
  


Current Time: Tue Apr 16 09:05:23 GMT 2024

Powered by FUDForum. Page generated in 0.07418 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top