nahaku
Board Regular
- Joined
- Mar 19, 2020
- Messages
- 106
- Office Version
- 365
- 2019
- Platform
- Windows
I would like to make template where i import data and it will creates report, They want from me to show there days when person did not work with value as "Not-working-day"
But I do not have this in attendance output datas. Is it possible to generate rows in merged tables in this way:
for each day return all employees from list even if they had no data, then i would use simple if statement: if there is no value in worked time return "Not-working-day"
But I do not have this in attendance output datas. Is it possible to generate rows in merged tables in this way:
for each day return all employees from list even if they had no data, then i would use simple if statement: if there is no value in worked time return "Not-working-day"
员工工号 staff no | 是否职能员工 is functional staff: Y fro yes , N for not | 日期 date :yyyy-mm-dd | 考勤时长 attendance hour:小时 |
1001 | Y | 2021-03-01 | 9 |
1001 | Y | 2021-03-02 | 9 |
1001 | Y | 2021-03-03 | 10 |
1001 | Y | 2021-03-04 | 7.5 |
1001 | Y | 2021-03-05 | 7 |
1001 | Y | 2021-03-06 | Non-working day |
1001 | Y | 2021-03-07 | Non-working day |