Tagged Questions
The group-summaries tag has no wiki summary.
0
votes
3answers
198 views
Oracle - Group-level summaries
I am trying to create a report that has a summary for each group. For example:
ID NAME COUNT TOTAL TYPE
...
0
votes
2answers
4k views
How to add a weighted average summary to a DevExpress XtraGrid?
The DevExpress Grid (XtraGrid) allows grids and their groups to have summary calculations. The available options are Count, Max, Min, Avg, Sum, None and Custom.
Has anyone got some sample code that ...