We had a requirement where in grouping is done at multiple levels. It was working fine till sometime and was behaving differently if the levels were more. We are using SmatGWT version 3.0 and the issue is shown both in FireFox 24.0 and IE 9. Am attaching the screen shot and any help is appreciated.
We got group by till A Dept level and not working from A2 Cost center level in the image.
We have added all the group by fields to LIstGrid
detailsGrid.setGroupByField(analyticsFields);
and while summing up using the below condition.
field.setSummaryFunction(SummaryFunctionType.SUM);
We got group by till A Dept level and not working from A2 Cost center level in the image.
We have added all the group by fields to LIstGrid
detailsGrid.setGroupByField(analyticsFields);
and while summing up using the below condition.
field.setSummaryFunction(SummaryFunctionType.SUM);