Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 116610 Drag a data set defined in library from data explorer view into layout editor, preview it but nothing is displayed.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 116610 Drag a data set defined in library from data explorer view into layout editor, preview it but nothing is displayed.

Summary 

Bugzilla Bug (s) Resolved:

116610 Drag a data set defined in library from data explorer view into layout editor, preview it but nothing is displayed.

Description:
Why:
        If the dataset is defined in the library, MODEL use qualified name to refer the data set. To use the data set in DTE, ENGINE need first create a report query, and define in in the DTE. While define the report query, the ENGINE use name of the data set instead of the qualified name.

Fix:
        Use qualified name to define the report query.

 
Test Description:
Unit Test
 
Files Edited:
/src/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan



Back to the top