Mar 15, 2022 11:10 AM
Hey,
Is it possible to rate one record multiple times (1 collaborator to rate same recordmultiple times), and later on to show an average rating? And to do that with multiple collaborators?
For example, restaurant review, Can I rate the same restaurant multiple times, and calculate the average rating for that particular restaurant? And that average rating to be a combination of multiple different ratings from multiple collaborators.
I’m not quite sure how to do that…
Thanks
Solved! Go to Solution.
Mar 15, 2022 11:50 PM
Hi @Michael1 ,
To do something like that you would need to have a table called Rating that is linked to the Restaurant table. Then add a Rollup Field in the Restaurant table that would then average the different ratings entered.
Mar 15, 2022 11:50 PM
Hi @Michael1 ,
To do something like that you would need to have a table called Rating that is linked to the Restaurant table. Then add a Rollup Field in the Restaurant table that would then average the different ratings entered.
Mar 16, 2022 05:20 AM
Hey Mohamed,
Thanks for your reply.
In the end, I made something like that.
Thanks for your reply!
Aug 07, 2023 08:41 AM
How would I set up an interface for people to go through a list of items to rate? I assume that with each edit, a new line would be added to the ratings table. Or would this have to be done in a form?