Ratings
Ratings
I am working on an application that I want users to be able to rate records (out of 10) in. I have created the fields for it, however, I am having trouble figuring out a way to display the average ratings. Right now, when a user rates a record, the view just creates a copy of the original, with the new rating. Could someone explain how I can get the average, without creating extra records?