Rating problem

Hello
I placed the “Rating” component, the problem is the following: A person puts a rating on a product, for example, 5 stars, and then another person enters and gives the same product a 1, Glide does not make an average, but rather Leave the last recorded value (1). Is it possible to modify this?

Thanks

2 Likes

It sounds like you have a single rating column in your product table. You can create a new ratings table that can store all ratings and then within your product table use a rollup column to calculate the average rating. You can then use this to display the correct average rating.

2 Likes

Thank’s for your answers but, it’s possible to do that but with “Visitors”?

Yes. :slight_smile:

1 Like