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: 607
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