percent in report wwwoooo?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have come to the trouble of finding the percent on right of the data when
summing up. The data when to sum up of only 5 out of 20, and I'd like to
have the sum of 5 to find the percent on the right of the data. I have
already
summed 5 out of 20 of them.

Thanks
 
Hi

I think I understand what you are trying to do. If you want the two
totals (5 and 20) displayed on your report as a percentage then:

Create an unbound text box on the report.
Put the following as the text box control source:
=[field/control name that equals 5]/[field/control name that
equals 20]
Put "percent" as the format of the text box

Hope this helps
James
 
James said:
Hi

I think I understand what you are trying to do. If you want the two
totals (5 and 20) displayed on your report as a percentage then:

Create an unbound text box on the report.
Put the following as the text box control source:
=[field/control name that equals 5]/[field/control name that
equals 20]
Put "percent" as the format of the text box

Hope this helps
James
Hello,

I have come to the trouble of finding the percent on right of the data when
summing up. The data when to sum up of only 5 out of 20, and I'd like to
have the sum of 5 to find the percent on the right of the data. I have
already
summed 5 out of 20 of them.

Thanks

So hi,

It's that I don't know how to make it equal to 5.
When data run on to the list at 1, 2, 3, 4, 5 the total percent of them
should be 100%. That's the sum of 5 not 20, and I'd like to show the other
left data beyond the 5.

yeeah Thanksk
 
Back
Top