I’m trying to workaround the absence of a multi-user rating field in Fibery:
I have a database ‘Rating’ that contains
- a relation collection field to database ‘Page’
- a select field with 5 options: 1 to 5 stars,
- a user select field.
In the Page database has an automation button ‘New Rating’ which allows the user to submit a rating value in the popup window. The automation fills in the Page and User automatically.
The Rating relation field in the Page display, is the closest to what I see als helpful for users to have insight in all ratings of users for that page, although it does not display an average rating. I hope that views calculations are coming soon to assist in this workaround, or better, fibery gets a multi-user rating feature.
In the meantime, I like to have one Report view that lists all Pages and their average value of their ratings. How can I create that?