Hello. I have a report based on a qry where the report is grouped by LineOfBusiness field and it Counts the number claims per Line of business.
Now in my report I want to take the grand total of all claims which I have as =Sum([CountofClaims]) and I want to get a percentage per Line of Business.
So take Grand Total divided by CountOfClaim
ex
LOB CountOfClaims PctofClaim
ICIAAA 10 16.7%
ICIBBB 20 33.3%
ICICCC 30 50.0%
Grand total 60
I added to my report a text box and put in there
=Sum([CountOfClaim]/[CountOfClaim]) and it just comes up with 100% for each LineOfBusiness. Can someone help with this formula.
Now in my report I want to take the grand total of all claims which I have as =Sum([CountofClaims]) and I want to get a percentage per Line of Business.
So take Grand Total divided by CountOfClaim
ex
LOB CountOfClaims PctofClaim
ICIAAA 10 16.7%
ICIBBB 20 33.3%
ICICCC 30 50.0%
Grand total 60
I added to my report a text box and put in there
=Sum([CountOfClaim]/[CountOfClaim]) and it just comes up with 100% for each LineOfBusiness. Can someone help with this formula.