Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bugzilla bug [137850] Support new column for row number

- Summary:
Fix bugzilla bug [137850] Support new column for row number


- Bugzilla Bug (s) Resolved:
[137850] Support new column for row number

 

-          Description:

We has supported row[0] and row["__rownum"]. Total function Total.RunningCount(), which is used to count the row index in current group, is also available now. Please notice that the value return from Total.RunningCount(null,0) is not equal to row[“__rownum”], for RunningCount starting from 1, and row[“__rownum”] starting from 0.

 

- Tests Description:
Unit Test


- Files Edited:
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/aggregation/TotalRunningCount.java"

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java" 

 

- Files Added:


- Files Deleted:

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 


Back to the top