Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
userid128223
Creator
Creator

convert into Double + (String Date) into Double + String

i have a field like below. how can i convert it into Double + String format.

field = hh:mm:ss

thx

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Time(Time#(field, 'hh:mm:ss'))

This will create a Dual that will have both a numeric format (fraction of a day) and string display format.

-Rob

View solution in original post

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Time(Time#(field, 'hh:mm:ss'))

This will create a Dual that will have both a numeric format (fraction of a day) and string display format.

-Rob