Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 117841 No data available when preview a cascading parameter group

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 117841 No data available when preview a cascading parameter group

Summary 

Bugzilla Bug (s) Resolved:
117841 No data available when preview a cascading parameter group
Description:
Why:
If the dataset is imported from an library, MODEL use the qualified name to created the reference. To use that dataset, we must use qualified name to define the report query in DTE. The GetParamterDefinitionTask use getName to define the report query.

Fix:
Use qualified name to define report query in GetParamterDefinitionTask.
 
Test Description:
Manual test create an report libiray, define a data set in it. Import the library to an report design, in the report design, use the imported dataset to create cascading paramter groups. Preview the report design, it pops up the paramter input dialog, use the input dialog to select the paramter values.

 
Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top