OK I have a table with 10 rows and 4 fields, Correct, Incorrect, Unanswered and % of Correct
I add up all the correct ones to get a total of correct and do the same for the Incorrect and Unanswered, but when I try to get a % of Correct Totals
(Sum ({@Post_Total_C})) / (Sum ({@Post_Total_C}) + Sum ({@Post_Total_I}) +
Sum ({@Post_Total_U})) * 100
I get an error saying "the summary/running total field could not be created" "This field cannot be summarized"
The strange thing is I use the same formula when I try to get a % of Correct just for the row and it works but when i try to do it for the totals it doesnt work. Any suggestions?
I add up all the correct ones to get a total of correct and do the same for the Incorrect and Unanswered, but when I try to get a % of Correct Totals
(Sum ({@Post_Total_C})) / (Sum ({@Post_Total_C}) + Sum ({@Post_Total_I}) +
Sum ({@Post_Total_U})) * 100
I get an error saying "the summary/running total field could not be created" "This field cannot be summarized"
The strange thing is I use the same formula when I try to get a % of Correct just for the row and it works but when i try to do it for the totals it doesnt work. Any suggestions?