I have to create a report that counts the number of reviews per person with percentages for each type of review per person. I have everything but the percentages. The only percentage that I've been able to make work was an overall percentage.
What I need is:
Amendments HPA NonAbutting
[cnt] [%] [cnt] [%] [cnt] [%]
edwards 4 57 20 36 0 0
Smith 2 29 8 15 0 0
.
.
JULY total 7 100 46 100 3 100
what I get is:
Amendments HPA NonAbutting
[cnt] [%] [cnt] [%] [cnt] [%]
edwards 4 100 20 100 0 0
Smith 2 100 8 100 0 0
.
.
JULY total 7 100 46 100 3 100
Any ideas are greatly appreciated.
lhuffst
What I need is:
Amendments HPA NonAbutting
[cnt] [%] [cnt] [%] [cnt] [%]
edwards 4 57 20 36 0 0
Smith 2 29 8 15 0 0
.
.
JULY total 7 100 46 100 3 100
what I get is:
Amendments HPA NonAbutting
[cnt] [%] [cnt] [%] [cnt] [%]
edwards 4 100 20 100 0 0
Smith 2 100 8 100 0 0
.
.
JULY total 7 100 46 100 3 100
Any ideas are greatly appreciated.
lhuffst