Hi,
I am new in Altetyx.
How to SUM up multiple field in TimeFieldType.
I have attached the sample data.
Please help.
Solved! Go to Solution.
Here are some solutions for you. @MarqueeCrew (i added his solution to the post) and @RodL made some nice examples (i learned something as well in the process haha ;-))!
I added @
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Adding-Times-Together/td-p/8658
Hi @Oskido
My take on this. Managed with a single formula
Formula:
DateTimeAdd("1900-01-01",
DateTimeDiff([QueueTimeDuration],"00:00:00","seconds")+
DateTimeDiff([AuthenticationDuration],"00:00:00","seconds")+
DateTimeDiff([CustomerUpdateDetailsDuration],"00:00:00","seconds")
,"seconds")
Workflow:
Hope this helps : )
Thank you so much. It worked.
Thank you for your assistance. I tried this one already and could not help.
Happy to help : ) @Oskido
Cheers and have a nice day!