Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIN:Fix 180868 Support automatically handling of NULL values in level keys.

- Summary:
CheckIn:Fix bug 182656 The result is incorrect when a level has two parents[07][1101]


- Bugzilla Bug (s) Resolved:

[182656] The result is incorrect when a level has two parents[07][1101]

 

- Description:
We will convert Null Level member values to a fixed “blank” value appropriate for the data type when building the cube. The blank values are empty string for String, 0 for numeric types, False for Boolean and “0001-1-1:00:00:00” for date/time values. This handling is consistent with what Excel does. If the user requires custom conversion rule he will have to use computed columns.

 

 

- Tests Description:
Manual Test.     


- Files Edited:
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"

 

- Files Added:


- Files Deleted:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 


Back to the top