all groups > sql server reporting services > december 2004 >
You're in the

sql server reporting services

group:

Using Report Totals Calculation Within a group


Using Report Totals Calculation Within a group AdamB
12/8/2004 1:39:08 PM
sql server reporting services:
A have a Group, let's call it Menu Category. For a given Menu Category in
this group, I need to calculate the percentage of this category's sales
compared with Total Sales (which would be all the Menu Categories combined).
How can I (from within my group), go outside the group to calculate Total
Re: Using Report Totals Calculation Within a group Jeff A. Stucker
12/8/2004 8:04:32 PM
You can create a separate Dataset to retrieve the Total Sales. Then refer
to that value in the calculation.

--
Cheers,

'(' Jeff A. Stucker
\

Business Intelligence
www.criadvantage.com
--------------------------------------
[quoted text, click to view]

Re: Using Report Totals Calculation Within a group AdamB
12/8/2004 11:55:04 PM
Actually, what I ended up doing is referring to the Total Sales cell by using
ReportItems!Total_Sales.Value. This worked for me, and is much easier than
setting up a separate dataset

[quoted text, click to view]
Re: Using Report Totals Calculation Within a group Jeff A. Stucker
12/9/2004 11:46:44 AM
Great, I read your question wrong. I thought the TotalSales was unavailable
inside the existing report. Glad you got it working.

--
Cheers,

'(' Jeff A. Stucker
\

Business Intelligence
www.criadvantage.com
--------------------------------------
[quoted text, click to view]

AddThis Social Bookmark Button