Good Evening -
I am trying to sum employee hours based on the what work day we are generating the daily report.
For example if there is an employee X who worked on following days of the week :-
Sun=9 Hours
Mon = 8 Hours ,
Tue= 7 Hours ,
Wed= 8 Hours
Thu=6 Hours,
Fri=4 Hours
Sat= 10 Hours
I am working on a report which should club the hours based on what day the report comes out , meaning if the report is generated on Monday then it should show 9 hours , if the report is generated on Tue then it should show 17 hours ..... if the report is generated on Sat then it should show 42 hours .(This will be a daily report )
I am trying to sum based on the work day .
I have attempted the same in the attached workflow , i not successful so far.
Will really appreciate any help.
please find in attached workflow and sample data.
Thank you very much.