[DevExpress Support Team: CLONED FROM T1279152: XtraReport - Display overview of all found nested groups AFTER displaying the details for these nested groups]
Just note: I create the report definitions by C# code on my own but in case of troubles I can export it to WYSIWYG editor, find the solution and then to project found solution to my code.
My current result is this summary table:
Issue 1) The column DIFFERENCE should contain the difference of NORM and WORKED columns for each row. But I don't know how to define the summarization value like sumSum(WORKED) - sumSum(NORM)
.
The workaround could be to define auxiliary field in the data source where I can calculate the difference for every row so the sumSum over this auxiliary column could do the trick. Or maybe I could define auxiliary CalculatedField in the report?
The desired result is something like this:
Thank you very much. I know I have a lot of questions. :-)
M.