Create two formulas.
The first one you place in the detail section if {yourfield} > 200000 then
1
else
0
Place the other formula in the report footer like this: WhilePrintingRecords;
(Sum({@formula1}) / Count({yourtable.loanid})) * 100 //(The count can be on any field in your detail section)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.