We are trying to add up employee times from a data base using picture.operator (employee) picture.datestamp.
Selection Records: {picture.datestamp}>= {?Start Date} and
{picture.datestamp} <= {?End Date} and
{picture.operator} = {?Operator}
We are picking date ranges and employee's. It is adding up all the hours for the day and returning 24Hrs. The employee on that day worked only 10Hr. We are adding up picture.rtime that is (character) Picture.chargeable (Nuemeric)
Selection Records: {picture.datestamp}>= {?Start Date} and
{picture.datestamp} <= {?End Date} and
{picture.operator} = {?Operator}
We are picking date ranges and employee's. It is adding up all the hours for the day and returning 24Hrs. The employee on that day worked only 10Hr. We are adding up picture.rtime that is (character) Picture.chargeable (Nuemeric)