Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Row Count Issue
Row Count Issue [message #661224] Wed, 23 March 2011 15:48 Go to next message
nmack0  is currently offline nmack0 Friend
Messages: 1
Registered: March 2011
Junior Member
I am developing a report that is comprised of a list of accounts. At the bottom of the report, I have a footer than should include a count of all rows within the list. The expression I'm using is:

"Total Accounts: " +row.__rownum



However, no matter what the number of rows are shown in the list, the number is always one less than the actual number. Does anyone know why this is? Or what I can add to the expression to get the actual row count?

Re: Row Count Issue [message #661249 is a reply to message #661224] Wed, 23 March 2011 16:49 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 23-Mar-11 09:48, nmack0 wrote:
> I am developing a report that is comprised of a list of accounts. At the
> bottom of the report, I have a footer than should include a count of all
> rows within the list. The expression I'm using is:
>
> "Total Accounts: " +row.__rownum
>
>
>
> However, no matter what the number of rows are shown in the list, the
> number is always one less than the actual number. Does anyone know why
> this is? Or what I can add to the expression to get the actual row count?

This is a Java question, isn't it? This isn't a Java help forum. I
suggest you try either stackOverflow or Java Ranch.
Re: Row Count Issue [message #661968 is a reply to message #661249] Mon, 28 March 2011 16:33 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
On 3/23/11 12:49 PM, Russell Bateman wrote:
> On 23-Mar-11 09:48, nmack0 wrote:
>> I am developing a report that is comprised of a list of accounts. At the
>> bottom of the report, I have a footer than should include a count of all
>> rows within the list. The expression I'm using is:
>>
>> "Total Accounts: " +row.__rownum
>>
>>
>>
>> However, no matter what the number of rows are shown in the list, the
>> number is always one less than the actual number. Does anyone know why
>> this is? Or what I can add to the expression to get the actual row count?
>
> This is a Java question, isn't it? This isn't a Java help forum. I
> suggest you try either stackOverflow or Java Ranch.

Or maybe it's a BIRT question...? If so, there's an Eclipse forum group
dedicated to BIRT.

Eric
Previous Topic:Spring Hibernate Plugin Download
Next Topic:CF eclipse failure
Goto Forum:
  


Current Time: Thu Apr 25 06:08:27 GMT 2024

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

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

Back to the top