Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 191001 Table data in xtab column area lost in Web Viewer.[1102]

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 191001 Table data in xtab column area lost in Web Viewer.[1102]

- Summary:

- Bugzilla Bug (s) Resolved:

191001 Table data in xtab column area lost in Web Viewer.[1102]

- Description:

        In WEB-VIEWER, the report engine needs load the cube result set and the inner table result set from the report document. To load the table result set, the engine needs get the result set ID of the parent result set (cube) and the cell Id in of that cube result. Once the cube result set is loadded, the DTE reset set the result set ID to null, it causes the engine fails to load the inner table result. There is also a mistake in getting the cell id of the cube resutl set. In some case, the cell Id is not initalized.

        Fix those two issues.

- Tests Description  :

        Manually test.

- Notes to Build Team:

        check into 2.2rc3.

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "191001: support nested Table in the XTAB" -l "/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeQueryResults.java"

cvs ci -m "191001: support nested Table in the XTAB" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/CubeResultSet.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top