% of two sum totals

Mike Hughes

Registered User.
Local time
Today, 22:18
Joined
Mar 23, 2002
Messages
493
Trying to create a new column in report to figure the % of collections to the sum of all collections for each district. Please see attachment. Thanks Mike
 

Attachments

  • figure %.jpg
    figure %.jpg
    53.1 KB · Views: 140
I can't do this in a query it needs to be done in the report. See another screenshot I have attached.
 

Attachments

  • EXAMPLE.jpg
    EXAMPLE.jpg
    99.7 KB · Views: 145
Let me try and explain this again with more pictures. I have severall offices with a total collected field. In the report footer I have totaled the column (=sum([COLLECTIONS]). I would like to add another column to the report which would give the the % for each line of COLLECTIONS compaired to the total collections. See more attached photos please. Thanks Mike
 

Attachments

  • screen 1.jpg
    screen 1.jpg
    99.4 KB · Views: 129
  • screen 2.jpg
    screen 2.jpg
    24.5 KB · Views: 127
whats the field called that = (=sum([COLLECTIONS]). say its fieldX


then its value/fieldx*100


should do it
 
I figured it out. Thanks for taking the time to look. Mike

=[COLLECTIONS]/Sum([COLLECTIONS])
 

Users who are viewing this thread

Back
Top Bottom