Idea Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
Rollup Option on Summary Tool for Partial Sums
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
In SQL, obtaining partial sums in a grouped aggregation is as simple as adding "WITH ROLLUP" to the GROUP BY clause.
Could we get a "WITH ROLLUP" checkbox in the Summary Tool's confg panel in order to produce partial sums?
(This was initiated as a question here.)
Here is an example of without rollup vs. with rollup, in SSMS:
(Replacing "NULL" with the phrase "(any)" or some such, and we have a very useful set of partial sums.
See more ideas labeled with:
2 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.