I need help to get started I have a csv file with columns names ID, Name, Department, Time, Attendance Status and lastly Attendance Check Point.
Here a few things I need
1.Create a Date Column
2. Create Time In and Time Out Columns
there maybe double record of staff who check in or check out, i just need to take the earliest timing for check in and latest timing for check out.\
3. Handle Missing Check-In/Check-Out
if only one record exists (e.g., just a check-in or check-out), mark the missing side.
Add new columns: Missed Check In and Missed Check Out.
Lastly I need another sheet
For each date, I would like to know:
No. of staff present with BOTH check-in & check-out
No. of staff with missing check-in
No. of staff with missing check-out
How do I started with Alteryx, please guide me