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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

help with script

Hi all,

I am trying to put the following time calculation into the script but the script keeps failing and i am unsure why.

Can anyone help please?

num(floor(sum(StartTime)/3600),'00')&':'&num(60*right(num(sum(StartTime)/3600,'.00'),2)/100,'00') as StartTime

Thanks

0 Replies