Crystal 8.5
Data Source: Advantage SQL
Report: Appointment Statistics
I would like to add Start and End Time parameters to this report. These would be based upon field {Appt.Time} which is String-5. Data is stored in military time as HH:MM.
Should my parameters be number or time? Unsure since my field does not include seconds.
Default Values Start 00:00 and End 24:00?
What type of field conversion is needed on {Appt.Time} so that it can be associated with the parameters? {Appt.Time}>=@StartTime and <=EndTime.
Thanks.
Data Source: Advantage SQL
Report: Appointment Statistics
I would like to add Start and End Time parameters to this report. These would be based upon field {Appt.Time} which is String-5. Data is stored in military time as HH:MM.
Should my parameters be number or time? Unsure since my field does not include seconds.
Default Values Start 00:00 and End 24:00?
What type of field conversion is needed on {Appt.Time} so that it can be associated with the parameters? {Appt.Time}>=@StartTime and <=EndTime.
Thanks.