I was wondering how to do it. I have a restau...

Cubyl
New Member

I was wondering how to do it. I have a restaurant where I have 15 tables for 5 seats. if I make a reservation for 8 people, I have to use two tables of 5 but ten places would be occupied. so how to let people know that the seats are 10 and not eight?if you have ideas to propose Iโ€™m here that I think about how.Iโ€™ll tell you right away that if I have a yx field I can have an image of the tables and then in the administration I can decide which tables to assign. how would you do?

0 2 308
2 REPLIES 2

You need to use the Ceiling() function.

Something like this:

Ceiling([Number of People]/5.0)

Ceiling(10/5.0)

==== 2 Ceiling(8/5.0) ==== 2 Ceiling (1.6) === 2

Cubyl
New Member

Good, now i test

Top Labels in this Space