Fix for group/ungroup reports
This commit is contained in:
parent
a1b9498ce2
commit
ce9f0fa014
|
|
@ -1387,8 +1387,8 @@ class ReportResult {
|
||||||
}
|
}
|
||||||
if (column == groupBy) {
|
if (column == groupBy) {
|
||||||
String filter = group;
|
String filter = group;
|
||||||
String customStartDate = '';
|
String? customStartDate;
|
||||||
String customEndDate = '';
|
String? customEndDate;
|
||||||
if (getReportColumnType(column, context) ==
|
if (getReportColumnType(column, context) ==
|
||||||
ReportColumnType.dateTime ||
|
ReportColumnType.dateTime ||
|
||||||
getReportColumnType(column, context) == ReportColumnType.date) {
|
getReportColumnType(column, context) == ReportColumnType.date) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue