Hi all! New to Alteryx so please excuse a potentially simple question.
I am trying to take various appointment periods (some 2 hrs, some 40 hrs) and determine if an individual was more broadly supposed to be at the office that morning or afternoon.
Basically, I'm trying to turn this (assuming 2, 4hr blocks per day)
Name | Appt Start Date | Start Time | Duration (hrs) |
Bill | 9/11/2017 | 8:00am | 2 |
Frank | 9/11/2017 | 12:00pm | 24 |
into this:
Name | Mon-AM? | Mon-PM? | Tues-AM? | Tues-PM? | Wed-AM? | Wed-PM? | Thurs-AM? | Thurs-PM? |
Bill | Yes | No | No | No | No | No | No | No |
Frank | No | Yes | Yes | Yes | Yes | Yes | Yes | No |
Any tips/suggestions would be greatly appreciated! Thank you all!