Community
Participate
Working Groups
Build Identifier: 3.7.1.v20110905 Aggregate functions like QUARTILE or PERCENTILE throw AggrException when all values are filtered using Filter Condition (no value is left to calculate aggregate value). Other aggregate functions like AVG or MEDIAN return null in this case, which IMHO is the correct behaviour. Data (id = 87): + A BIRT exception occurred. See next exception for more information. Not all the values for percentile can be null. (Element ID:87) Reproducible: Always Steps to Reproduce: 1. Create a table based on a non-empty data set of your choice 2. Put QUARTILE aggregation in the header/footer and set Filter Condition so that all values are filtered out.
return null value when getting the summary value for these functions. fix this issue.
Verified.