Hi guys,
I cannot find this info but does SQL collection accept params? Like AND b.data = :data.
The issue Im having is that i have is i have tables that belong to floors that belong to buildings and Im Booking that table on a specific date. I want a table on the ui so that it lists all tables and filter by date so i can see if its booked and i cannot seem to get that working. If if filter by the Booking date all it shows is the table thats booked. I want all the tables by date and if they are booked or not. Can someone help me please?