| Summary: | Aggregation in charts | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Corentin PB <corentin.pouhet-brunerie> |
| Component: | BIRT | Assignee: | Jianchao Li <jianchao.li> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | jianchao.li, Lionel.wyl, lzhu, zqian |
| Version: | 2.2.0 | Keywords: | plan |
| Target Milestone: | 2.3.0 M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Corentin PB
This will be an enhancement in aggregation builder. When user selects the function like Count, the data type should become integer automatically. However, DtE has to provide the data type information of selected function. This is a valid enhancement. But we should also notice that some aggregations might have multiple result types. The new API should 1.Return Integer if the aggregation is suppose to return an integer value (say, count) 2.Return ANY if the aggregation is not supposed to return data of one type (say, TopN) Add new API getDataType() to IAggregation to get the returned data type of the aggregation |