If you create a relation or query linking the Tournament table to the Reservation table using the tournament key, you can put a visibility condition on the button to only display if the relation or query is empty.
Hi Jeff,
Thanks a lot for your answer.
This solution was already tested, but If another User makea reservation, all user cannot reserve anymore.
I need to check USER and TOURNAMENT KEY. With Relation, I can use only one field
Well, you can use a template column to join the user and tournament into a value to use for your relation, or you can simply specify tournament and user in a Query column. It’s doable. Just need to check both values.
In table T-REGISTRATION, I have Tournament-id, and email.
In the Query, I can compare CurrentUser/email with T-Registration/email
but (don’t have the selected Tournament) with T-Registration/email