cdennis321
MIS
CR 8.5 Oracle
I am working on a report that counts the number of absences each operator has. The number of absences is dependent upon the number of working days between absences. If an operator has less than 30 working days between absences then the absence is count if more than 30 then the absence is not counted. My dilemma is that the absence date and the work date comes from 2 separate tables. If I group the absence days then all the work days fall under the group. I need to group the work days between the previous absence date to the next absence date so that I can count them. Does anyone have any idea of how to do this?
I am working on a report that counts the number of absences each operator has. The number of absences is dependent upon the number of working days between absences. If an operator has less than 30 working days between absences then the absence is count if more than 30 then the absence is not counted. My dilemma is that the absence date and the work date comes from 2 separate tables. If I group the absence days then all the work days fall under the group. I need to group the work days between the previous absence date to the next absence date so that I can count them. Does anyone have any idea of how to do this?