Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 137116 --- row[0] % 2 Equal to 0 no longer works

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 137116 --- row[0] % 2 Equal to 0 no longer works

Summary 
Change the NativeRowObject as:
1. get(int value) if the value is 0, return get( "__rownum" ).
2. support __rownum in the get(String), return the position of the row.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 137116 --- row[0] % 2 Equal to 0 no longer works

Description:
Why:
We did not support to get value by index since we changed to use data binding.

Fix:
Fixed.
 
Test Description:
Manual Test
 
Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/NativeRowObject.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top