Hello,
I'm new to FM, so please excuse my question if you think it's really stupid, or should be asked in a different forum.
I'm using FM 5.5.
I have a table which could be sumup to the following fields:
- name: name of a person
- book in date: date the person should arrive
- book out date: date the person should leave
- check in date: the actual date the person arrived
- check out date: the actual date the person left
I would like to build report on a date period (range from date1 to date2), which will return something like:
Date ....... Book IN . Book OUT . Check IN . Check OUT . Present forecast . Present real
01/01/2005 ..... 2 .......... 0 .................... 1 .................... 0 .................. 2 ....................... 1
02/01/2005 ..... 5 .......... 1 .................... 6 .................... 0 .................. 6 ....................... 7
03/01/2005 ..... 3 .......... 2 .................... 4 .................... 2 .................. 7 ....................... 9
04/01/2005 ..... 1 .......... 5 .................... 0 .................... 4 .................. 3 ....................... 10
up to date2...
This could be understood as a reservation system of a camp ground (let say unlimited space ...).
And I need to know :
- what were/is/will be the forecast of in and out
- what was/is the actual check in and out
- how filled up it was/is/will be
on a daily basis, for past dates, today, future dates ...
So I'm wondering if I could do that with a simple report, or
I hope I'm clear enough...
Thanks in advance for your suggestions.
Have a good day,