I'm pulling my hair out over this one .... !
I've got a report using a running total to count values based on a formula. The formula flags certain values as true based on their value, then only the 'true' values are counted in the running total; if it's false then 0 is displayed.
(God describing these reports is painful!)
I now need to display a percentage value for this count, I'm really struggling to use the total of the running field elsewhere in the report due to the nature of the function.
Here's and exmaple of the data
Count % of Count
4 Should be 5/4
1 Sould be 5/1
0 0
0 0
0 0
Total
5
Because the running total affectively hasn't happened due to the report grouping, instead of the count being divided by the total, it's divided by the current stage of the running total.
Count % of Count
4 Actually 4/4
1 Actually 5/1
0 0
0 0
0 0
Total
5
This is a generic report so I can't just 'bodge' the figures in, but I'm lost for how to use the total value from the end of the running total function, or generate the value another way.
Thanks in advance for any help.
I've got a report using a running total to count values based on a formula. The formula flags certain values as true based on their value, then only the 'true' values are counted in the running total; if it's false then 0 is displayed.
(God describing these reports is painful!)
I now need to display a percentage value for this count, I'm really struggling to use the total of the running field elsewhere in the report due to the nature of the function.
Here's and exmaple of the data
Count % of Count
4 Should be 5/4
1 Sould be 5/1
0 0
0 0
0 0
Total
5
Because the running total affectively hasn't happened due to the report grouping, instead of the count being divided by the total, it's divided by the current stage of the running total.
Count % of Count
4 Actually 4/4
1 Actually 5/1
0 0
0 0
0 0
Total
5
This is a generic report so I can't just 'bodge' the figures in, but I'm lost for how to use the total value from the end of the running total function, or generate the value another way.
Thanks in advance for any help.