Solved! Go to Solution.
Milliseconds are 1/1000th of a second. So:
Minutes = Floor([ms]/1000/60)
Seconds = Mod([ms],1000*60)/1000
The help for the math functions can be found here:
http://help.alteryx.com/current/index.htm#Reference/Functions.htm#Math_
User | Count |
---|---|
91 | |
79 | |
62 | |
36 | |
36 |