Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Fix DtE part of bug 192069 BIRT cross tab - Date time formating doesnt work in cross tab

Title: Fix DtE part of bug 192069 BIRT cross tab - Date time formating doesnt work in cross tab

Summary:

Fix DtE part of bug 192069 BIRT cross tab - Date time formating doesnt work in cross tab

- Bugzilla Bug (s) Resolved:


- Description:
The following is done:
1.For a level DateTime attribute, Data Engine will return a java.util.Date
value which represents the first date/time instance in the time range
represented by the level member.
2.Add meaningful error message when aggregation filter is used in xtab binding.


- Tests Description:

 Manual test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapQueryUtil.java" "/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/Messages.properties" "/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java"

"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"




Back to the top