Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
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

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
MVP
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
MVP
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