Hello everyone,
I am currently working on matching two Alteryx sheets and need assistance with implementing a variance requirement. The sheets contain data such as EmployeeID, ClockINDate, ClockOutDate, TimeType, and TimeEntered. I would like to use the combination of EmployeeID, ClockINDate, ClockOutDate, and TimeType as the key for matching. However, I also need to consider a variance of +/- 0.5 units when comparing the TimeEntered field.
I initially tried using a join tool, but encountered issues such as getting a cartesian join if TimeEntered is not included as a key, or the join not happening at all if TimeEntered is used as a key. To address this, I would appreciate any guidance on how to handle the variance requirement effectively.
Thank you in advance for your assistance and support!

