I think we have a bug when generating a report that runs a query.
My report runs the query below which prompts the user for Date From and Date To.
FIND Appointment WHERE Appointment.Organisation.Organisation=ThisAppointment.Organisation.Organisation AND Appointment.DateOfEvent>=?'Date From' AND Appointment.DateOfEvent<=?'Date To' ORDER BY Appointment.DateOfEvent,Appointment.StartTimeSC DESC,Appointment.RoomName
My database has entries From November to middle of December 2009.
Issues:-
1) If the user select say 1st Oct to 31st Dec 2009, the report sometimes comes up with no entries.
2) When the report do show entries you get the correct number of records but some of data on some of fields are repeated.
Support, if you need a copy of my BSV or access my app online please let me know. If I am doing something wrong please correct me.