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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

conversion of hrs into mins at script side

Hi all,

I want to convert hours into minutes in script side.

EX : I have value 60:90 in that i want to convert 93 as

93 = 93*60 = 55 mins so at the end i want value as  60.55 in script QlikTech Admin

6 Replies
anbu1984
Master III
Master III

How did you get 93? What is 93? Hrs?

Not applicable
Author

Hi anbu cheliyan,

Sorry 90 will convert into mins as 90 * 60 = 54  means finally i will get 60:64

anbu1984
Master III
Master III

Load SubField(Val,':',1) & ':' & Ceil(SubField(Val,':',2)*60/100) Inline [

Val

60:90 ];

Not applicable
Author

Hi Varde,

It seems you missed something, Send some sample file.

Regards,

Chinni Kanna

Not applicable
Author

Hi All,

Please find an attachment

anbu1984
Master III
Master III

Are you converting StandardProcessingTime to HH:MM?