Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a field in my data load "Connected Duration" in format HH:MM:SS however it is being loaded as text. I have tried using interval however it loads the format as seconds only. Is there a method that can be used to load in script as numerical HH:MM:SS?
Yes:
Time#([Connected Duration], 'hh:mm:ss')
Yes:
Time#([Connected Duration], 'hh:mm:ss')
You already having same format while connection. After that how Seconds only returns? Can you confirm one more time?
Anil
The connection load as text initially and then when I reloaded with application of interval([Connected Duration], 'HH:MM:SS') is when it returned as only seconds.
Did you try what jonathan suggested? Can you also share the text value of your field how it is coming?
Jonathan,
Thanks for the helped that worked to get the format right, this will help greatly as I start to work on the calculation for averages.