Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Bugzilla 122300:"NaN" is displayed when select value from an invalid column in data set filter page.

Title: [birt-dev] CheckIn:Bugzilla 122300:"NaN" is displayed when select value from an invalid column in data set filter page.

- Summary:
Fix bugzilla bug 1
22300.


- Bugzilla Bug (s) Resolved:
Fix bugzilla bug
122300 "NaN" is displayed when select value from an invalid column in data set filter page.


- Description:
Add the compiler to check whether the _expression_ is column. The column whose format like row[name],row[index],or row.name can use the selectValueDialog, or the warning message will pop up.


- Tests Description  :
UI feature


- Files Edited:
src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/ExpressionValueCellEditor.java

src/org/eclipse/birt/report/designer/nls/messages.properties


- Files Added:

src/org/eclipse/birt/report/designer/internal/ui/util/ExpressionUtility.java

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 

- Notes to Documentation:  


Back to the top