A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how divide detail by group footer total



 
 
Thread Tools Display Modes
  #1  
Old May 25th, 2004, 04:32 PM
Dan
external usenet poster
 
Posts: n/a
Default how divide detail by group footer total

i want to divide my detail by my group footer total how
do i do this? is there some way to tell it that im
divide by the group footer?
  #2  
Old May 25th, 2004, 05:19 PM
Marshall Barton
external usenet poster
 
Posts: n/a
Default how divide detail by group footer total

Dan wrote:

i want to divide my detail by my group footer total how
do i do this? is there some way to tell it that im
divide by the group footer?



If you're using Sum(field) in the group footer to calculate
the total, then you can also use it in the group header.
The detail section can refer to the group header controls to
get the total.
--
Marsh
MVP [MS Access]
  #3  
Old May 25th, 2004, 05:31 PM
Dan
external usenet poster
 
Posts: n/a
Default how divide detail by group footer total

this is the detail =[CountOfLOANAMT]/[sum of
countofloanamt] and the name is text 23 so in the
footer i put =sum([text23]) but it does not work any
idea why?
-----Original Message-----
Dan wrote:

i want to divide my detail by my group footer total

how
do i do this? is there some way to tell it that im
divide by the group footer?



If you're using Sum(field) in the group footer to

calculate
the total, then you can also use it in the group header.
The detail section can refer to the group header controls

to
get the total.
--
Marsh
MVP [MS Access]
.

  #4  
Old May 25th, 2004, 07:28 PM
Marshall Barton
external usenet poster
 
Posts: n/a
Default how divide detail by group footer total

Dan wrote:

this is the detail =[CountOfLOANAMT]/[sum of
countofloanamt] and the name is text 23 so in the
footer i put =sum([text23]) but it does not work any
idea why?


That's a different question than I thought you were asking.
The issue here is that the aggregate functions operate on
fields in the report's record source table/query. They are
unaware of controls in the report.

In this case, you should use:

=Sum([CountOfLOANAMT]/[sum of countofloanamt])
--
Marsh
MVP [MS Access]



-----Original Message-----
Dan wrote:

i want to divide my detail by my group footer total

how
do i do this? is there some way to tell it that im
divide by the group footer?



If you're using Sum(field) in the group footer to

calculate
the total, then you can also use it in the group header.
The detail section can refer to the group header controls

to
get the total.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.