Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

MakeTime from web data Date

Hi All,

I have loaded some data from a web page.

This data contains a time (mm:ss.hs), but some of it shows as txt and some as a date.

I have tried MakeTime, by 1st seperating the Mins/Secs/ and Hundreths into new fields.

Time(Field,'mm:ss.ff') this does not work either.

Please can someone come up with a solution for me as I need to use this data in a line chart, and in its current format it does not work.

Thank you

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this,

     time(time#(TimeField,'hh:mm:ss')) as New_Time

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this,

     time(time#(TimeField,'hh:mm:ss')) as New_Time

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Thank you Kaushik,

Worked a treat!!!