Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIN:Fix bugzilla bug 191978 Crosstab using groups with dates throws an error

Title: CheckIN:Fix bugzilla bug 191978 Crosstab using groups with dates throws an error

-    Summary:

CheckIN:Fix bugzilla bug 191978 Crosstab using groups with dates throws an error

- Bugzilla Bug (s) Resolved:

[191978] Crosstab using groups with dates throws an error

-   Description:

The following is done in this fix:
1.Add null date time value support in cube. If a data time value is null, we always return "0" for all type of time levels.
2.There is a bug in current Cube materialization so that if duplicate level key names, although in different dimensions, are used as join keys to fact table then incorrect fact table will be created. This is fixed as well.

- Tests Description:
Manual tests.

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 



- Notes to Documentation: 

- Files Added:



- Files Edited

"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/ResourceConstants.java"
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/Messages.properties"

- Files Deleted


Back to the top