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 |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |