Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Min.Sec.Milli (String) to Sec.Milli numeric field

robertporternz
8 - Asteroid

Ive got a  v string field which has the format

 

1.33.69

 

which is 1 min 33 sec 69 Milliseconds ,   Im just wondering what you would recommend as the best approach to get this to a numeric field which would be Mins.Mill 

 

so in that example, the output would be 93.69

 

Im keen to do all the steps myself as still learning but just wondering what the best tool / approach using Alteryx would be.

 

Cheers

4 REPLIES 4
binuacs
20 - Arcturus
atcodedog05
22 - Nova
22 - Nova

Hi @robertporternz 

 

Here is my take on it. Note that all values should have mins.sec.milli secs or the formula will break since it wont be able to identify is mins.secs or secs.mill secs

 

atcodedog05_0-1645344225165.png

 

Hope this helps : )

 

robertporternz
8 - Asteroid

Awesome, thanks both, it really looks like using the formula tool and regex to find and replace is used a lot so ill start getting to practice that a bit more, 

 

Really appreciate it 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @robertporternz 

Cheers and have a nice day!

Labels