Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ecomajor
Starting Member
12 Posts |
Posted - 2009-02-13 : 14:10:44
|
Hi,How do I create a grand total on a matrix report.Also what happens when I create a parent group. How does that affect the display and the totals?thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-02-14 : 02:22:18
|
you can create a grand total by clicking on row or column group and add subtotal column. It will be generated automatically based on detail column.the expression for this will written in detail row itself.when you create a parnet group based on scope in which subtotal column is in, it will show that scopes total values. |
 |
|
ecomajor
Starting Member
12 Posts |
Posted - 2009-02-17 : 09:35:24
|
I dont understand. Can you give a specific example please.thanks |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-02-17 : 09:41:19
|
http://www.datadynamics.com/Help/ddReports/ddrtskAddingSubtotalsToAMatrix.html |
 |
|
|
|
|