Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
As stars or as an integer? You can re-output it elsewhere using substitutions in a delimiter field. The standard [FIELDNAME] will give you the average as an integer.
Please Log in or Create an account to join the conversation.
When you use a "Your Rating" type field then other users rate you. Each user gets 1 rating. You can however enable multiple ratings if you want.Im assuming you mean, setting up the field to allow multiple ratings? And then the user can vote again? But does this send a new additional vote or does it reset the original vote?
Correct, it's only present during the rating process. If you want them to rate again you need to enable multiple rating.If I have multiple voting set to "no" then once I vote, there is no option to reset or vote again.
You'll need to use CB Query Field to query the database and calculate the average, but [FIELDNAME] is already the average based off the maximum number of stars.Ok, as integers worked, but how do I output the overall average rate as stars?
You'd have to use CB Query Field and query the database for the rating average then use MYSQL functions on it to alter it as needed.Or display them as a percentage, so maybe round them up or down and add a 0 at the end?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.