Question –
How do I get Alteryx to add time & seconds?
Field one has a start time (Excel Format- H:MM:SS AM/PM)
Field two has a duration in seconds. (Excel format- SSS)
Excel Solution-
- Divide Duration (Sec)/86400
- Convert the format to time
- Add Start Time with Duration (Time)
Problem –
Is it possible to get this solution in Alteryx?
Sample –
Field 1 | Field 2 | End Result |
Start Time | Duration (Sec) | End Time |
9:00:00 | 300 | 9:05:00 |
9:05:00 | 60 | 9:06:00 |