Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...