If a column contains mixed values, e.g. Strings and Integers, the SummationSummaryProvider will return {@link ISummaryProvider#DEFAULT_SUMMARY_VALUE} by default, as a summation isnot possible this way. You are able to change that behaviour by creating the SummationSummaryProvider with the parameter strict set to false. In that case the non Number values will be ignored.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |