Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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