Grouping and null values in Jasper reports
Nulls are not created equal - except in Jasper. In some cases, you want to do grouping on the report based on some field that might also contain null values. Jasper treats these null values as equal, meaning that they go to the same group. This mean...