littleboots
Technical User
I need to be able to show total numbers of bookings of twin and single rooms in a report. The rooms have different codes in the field [PKGE], so providing a list of people is no problem (sort by PKGE to get twins first, then singles).
How do I count the number of twin rooms? If I do =count(*) in the PKGE Footer, I get the number of people e.g. 20, not the number of rooms e.g. 10.
The lead passenger can be identified using another field [PAXNUMBER], their passenger number always being 1.
can I create a count expression that will only count PAXNUMBER = 1?
How do I count the number of twin rooms? If I do =count(*) in the PKGE Footer, I get the number of people e.g. 20, not the number of rooms e.g. 10.
The lead passenger can be identified using another field [PAXNUMBER], their passenger number always being 1.
can I create a count expression that will only count PAXNUMBER = 1?