Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: 113497 [smoke]cacading parameter doesn't work normally

Summary:

 

The database has data type and the paramter has its own type. The
getSelectionListOfCascadingParamterGroup() only accepts the values in database's
type. setValue accepts the value in paramter type while getSelectionList accept
value in database type. Engine returns the selection list in the database's type
so the caller can pass the value in the selection list to getSelectionList
directly and convert it to the paramter's type before passing it to the setValue().

 

-Bugzilla Bug (s) Resolved:

Bug 113497

  [smoke]cacading parameter doesn't work normally

 

-Description:

-Tests Description  :
-Files Edited:

- Notes to Build Team:

- Notes to Developers:

 

As there exists two data types, one is database type, the other is parameter type, the caller must using the parameter type in the report parameter and using the database type in the database calls.

 

- Notes to QA:  

- Notes to Documentation:  

 

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

 

 

-Wei Yan

 


Back to the top