Total in Report Footer

G

Guest

Do you mean the Report Footer of possibly a group or page footer? "Txt...."
sound like text boxes. Are these in the same section as you want to display
the percent?

What is the difference between "percentage field" in a report footer and
"total percentages" on the report footer of the report?

Do you have any field names, usages, and calculations that you could share
with us?
 
D

DS

I have this field called TxtPCT in a footer section of a report.
=[TxtCNT]/[TxtGTCNT]
its a percentage field.

I'm trying to get the total percentages on the report footer
of the report.

I tried this...
=Sum([TxtCNT/[TxtGTCNT])
No Luck

I tried this...
=[TxtCNT]/[TxtGTCNT]
No Luck

I tried...
=Sum([TxtPCT])
No Luck

I tried...
=Sum([TxtCNT])/Sum([TxtGTCNT])
No Luck

Any help is appreciated.
Thanks
DS
 
D

DS

Duane said:
Do you mean the Report Footer of possibly a group or page footer? "Txt...."
sound like text boxes. Are these in the same section as you want to display
the percent?

What is the difference between "percentage field" in a report footer and
"total percentages" on the report footer of the report?

Do you have any field names, usages, and calculations that you could share
with us?
Its a calculated field on a group footer and I want to total it on the
report footer.

Group Footer
TxtPCT = TxtCNT/TxtGTCNT

Report Footer
TxtGTPCT = Sum(TxtCNT/TxtGTCNT

Thanks
DS
 
D

DS

Duane said:
You can't sum controls across report sections. That's why I asked
OK I did this I added an invisible running sum textbox for each section
and also put it in the report footer, I then used this number along with
the visible number to get my 100%.
DS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top