Hi,
I tried to find difference between time in seconds but unable to. Could you please suggest what should be the best way to find difference.
I was using DateTimeDiff() function.
Regards,
Solved! Go to Solution.
Hey Chris - we'll have that patched up in a future release!
For Alteryx to perform any datetime function the accepted format needs to be YYYY-mm-dd HH-mm-ss. You will therefore need to append a placeholder date to the front of the HH-mm-ss you currently have in your data. I tested this and it gives you the results in seconds once the placeholder date has been added.
Just reach out if you have any other questions.
Thanks Jordan - yes thanks we solved, this was a cross-post of this thread. http://community.alteryx.com/t5/Data-Preparation-Blending/How-to-find-difference-between-time-in-sec...
Is there a way you could show your statement that you used in the workflow for the date difference? I can't open your workbook because its a newer version and it will probablly take IT days to upgrade my version.
Much appreciated!
Thanks for responding. I realized the issue I was having is that I had coded "d" for days like you do in Excel and Alteryx requires "days".
Great thanks for that. If a less convoluted solution emerges, please do advise!
What if we want to get the difference in hh:mm:ss format (instead of only hours or minutes or seconds? How do we get that?