I have a repeating group that lists restaurants and members can vote for a restaurant they want to gather at. In DB, I created vote count field to store the number of votes for each restaurant.
At the end of the vote, I want to display BOOK button only to the highest vote count restaurant. I thought using index but in the case of multiple places with the same vote count, it can be a problem.
How can I trace the highest vote counts and show button only to it(them)?
