I created a query and from the query I created a report. What I am trying to do is crete a formula that will give me the percentage. For example..
Cash 105
Check 200
Cross Applied Payment 16
Debit 56
Money Order 87
There are 5 Payment Types which is the field name with the count of payments per each payment type which is a total of 464. What I am looking to do is to create a formula to show the percentage of each payment type. For instance if I have Cash payments were done 105 times what is the correct formula to show the percentage if there were 464 payments but out of that 105 were cash payments. In my design view of the report I have the total count for each payment type as =Sum([COUNT OF PAYMENT TYPE]) and I have the count of payment type as COUNT OF PAYMENT TYPE. How can I create a formula to show the percentage. I should show 105 time for Cash / =Sum([COUNT OF PAYMENT TYPE]) multiply by 100 to get 22% of times payments were done by Cash.
Cash 105
Check 200
Cross Applied Payment 16
Debit 56
Money Order 87
There are 5 Payment Types which is the field name with the count of payments per each payment type which is a total of 464. What I am looking to do is to create a formula to show the percentage of each payment type. For instance if I have Cash payments were done 105 times what is the correct formula to show the percentage if there were 464 payments but out of that 105 were cash payments. In my design view of the report I have the total count for each payment type as =Sum([COUNT OF PAYMENT TYPE]) and I have the count of payment type as COUNT OF PAYMENT TYPE. How can I create a formula to show the percentage. I should show 105 time for Cash / =Sum([COUNT OF PAYMENT TYPE]) multiply by 100 to get 22% of times payments were done by Cash.