Hi !
As many we are building a desk reservation system. At a basic level we have a Desk entity that contains all desks, and a Booking table that is used to reserve a Desk, so it includes fields such as Start and End date as well as a Lookup to Desk.
How can I create a view that will display only Desks that are not already part of a Booking for a selected Date?
The New Booking form will need to send the selected Date to a View to complete the filtering.
This is within a model-driven-app.