473,609 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can't reference a Group Field in Footer SUM expression!!!!! !!!!!!!!!!!!!!! !!!!!!!!!!

1 New Member
THERE HAS TO BE A SOLUTION FOR THIS!!!! How can I get around the limitation in SSRS 2005 of being able to SUM a Group referenced field in my FOOTER!!!
It's driving me nuts

My footer field's expression (where the problem lies):

=SUM(Fields!Gro ssGoal1.Value, "CustomerNumber _Grp")

The GrossGoal1 group field that I'm trying to reference right above it in the same table column has:

=((Fields!FeeGo al.Value) / Fields!FeeSched ule.Value) * 100

Errors:

[rsFieldReferenc e] The Value expression for the textbox ‘GrossGoal_gt’ refers to the field ‘GrossGoal1’. Report item expressions can only refer to fields within the current data set scope or, if inside an aggregate, the specified data set scope.

and

[rsInvalidAggreg ateScope] The Value expression for the textbox ‘GrossGoal_gt’ has a scope parameter that is not valid for an aggregate function. The scope parameter must be set to a string constant that is equal to either the name of a containing group, the name of a containing data region, or the name of a data set.

I did that! I set it to my Group name of my table!!!! Am I doing this wrong???????

http://groups.ittoolbox.com/archives...ver-l&i=922461

and

http://www.sqlservercentral.com/foru...6848&post=true

I am having to produce a stupid work around which is create a new dataset, tie it to a stored proc which then sums up my column's total using SQL in the stored proc instead of Reporting Services being able to reference my stupid Group field in the footer in order to sum for a grand total in the footer for that group column.

Why am I putting this in big letters? Because I'm about to pull my hair out!!!!
Feb 9 '06 #1
0 6226

Sign in to post your reply or Sign up for a free account.

Similar topics

3
1724
by: Susan Bricker | last post by:
I have a group section footer in a Report in which I want to display various "counts" (not sums). For example: some of the fields in the recordset from the query are: score = integer qualified = true/false I want:
6
1988
by: Shifter | last post by:
I'm having issues with Access. I've not used it much before now so don't really know much about it, but i have used SQL and VB before. I have a union query (which ill call qryA) that references a combo box on a form in one of the where clauses. It also references another query (which i'll call qryB) that also references the same combo box. These both work fine. However my problem is that I have a third crosstab query (which i'll call qryC)...
3
1353
by: jl2886 | last post by:
Can you reference a field from the table that a form is based on, if the field is not located on the form?
1
1211
by: rockdc1981 | last post by:
heres the sql statement...my report shows the products with grouping according to Pharma...cn anybody help me how can i sum the total peso value of each group on a footer? SELECT tblPlansheet.Date, tblProduct.Pharma, tblProduct.ProductDescription, tblPlansheetDetails.PlansheetId, tblProduct.SupplierSKUCode, tblPlansheetDetails.ProductId, tblProduct.Forecast, tblProduct.CataloguePrice, tblProduct.DealVariable, (*) AS Cost,...
6
2155
kcdoell
by: kcdoell | last post by:
Hello: I have a report that is grouped by Product Type. In the detail section, I am currenly focusing on the following fields: In the Product Type footer I placed two unbound text boxes. The first on is called "SumofGWP" with its control source set to=Sum() . That works no problem. The second box is called "Sum_ByPer_GWP". This needs to sum only the whose is >= 75. So I thought I would set the control source to: =Sum(IIf(="...
0
707
by: Steve Holden | last post by:
Please keep this on the list. scsoce wrote: 'Fraid the Python re implementers just decided not to do it that way. regards Steve -- Steve Holden +1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/
0
2797
by: scsoce | last post by:
MRAB wrote: Yes, you are right, but this way findall() capture only the 'top' group. What I really need to do is to capture nested and repated patterns, say, <tabletag in html contains many <tr>, <tr contains many <td>, the data in <td is i need, so I write the regx like this: regx =''' <table.*\n ( (\s*<tr.*\n (\s*<td.*</td>\n|\n)*
6
6832
by: shalskedar | last post by:
In the Report 1 of the fields contain expression.When i m trying to find the grandtotal for this field it gives me error.. For ex- The field expression is Format(,"0.00") to limit the field value upto 2 decimal but with this expression i can't find the grandtotal.So wanted to know how can i find grand total for this field.
11
4522
by: dowlingm815 | last post by:
the following code is generating an error; Mircosoft Access cant find the field '|" referred to in your expression" any suggestions would be appreciated. Private Sub Expire_Date_Qry_Parameter_AfterUpdate() On Error GoTo Err_Hndlr Forms!F_Contract_Mgt_Entry!Expire_Date_Temp_Parameter = Forms!F_Contract_Mgt_Entry!Expire_Date_Qry_Parameter DoCmd.OutputTo acOutputQuery, stDocName, , AutoStart
0
8095
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8588
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8556
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7030
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5526
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4103
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2541
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1690
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1407
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.