gscheepers
IS-IT--Management
Hi everyone,
I have a problem with our personnel systems reports. Here's a scenario:
When a person goes off sick the dates get entered into a START and a END date when the person will be returning.
When they choose the dates for running a report ie start date 01/11/2002 end date 20/11/2002, the report does not return everyone that's been off sick during that period as someone's sick leave started on ie 24/11/2002 but ENDED on 05/11/2002.
Currently the report evaluates the date range like this:
if {?Directorate}='All' then
{ABSENCE.First_day} in {?Start Date} to {?End Date}
else
({DIRECTORATE.Dir} = {?Directorate} and
{ABSENCE.First_day} in {?Start Date} to {?End Date});
Your help would be grately appreciated!
Thanks, Gerhard Scheepers
"Great souls have wills; feeble ones only wishes..."
I have a problem with our personnel systems reports. Here's a scenario:
When a person goes off sick the dates get entered into a START and a END date when the person will be returning.
When they choose the dates for running a report ie start date 01/11/2002 end date 20/11/2002, the report does not return everyone that's been off sick during that period as someone's sick leave started on ie 24/11/2002 but ENDED on 05/11/2002.
Currently the report evaluates the date range like this:
if {?Directorate}='All' then
{ABSENCE.First_day} in {?Start Date} to {?End Date}
else
({DIRECTORATE.Dir} = {?Directorate} and
{ABSENCE.First_day} in {?Start Date} to {?End Date});
Your help would be grately appreciated!
Thanks, Gerhard Scheepers
"Great souls have wills; feeble ones only wishes..."