Eclipse BIRT: Problem with number of rows in a dataset

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2009-03-03T14:50:54Z Indexed on 2010/03/08 3:36 UTC
Read the original article Hit count: 560

Filed under:
|
|
|
|

Hello!:-) My new Problem is the following: An sql-query to a database (DB2) returns 1500 rows but BIRT shows me only 500 in the dataset-editior. To count them i used a computed column (Integer) with the following logic:

Total.count(row["VPK"]) I'm using the RCP-Designer (BIRT 2.1.3). How can i get the other rows as well?

Patrick

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse