Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I got workhours in seconds 3890478 sec.
Now this most be in 00:00:00
how can I do this ?
thx
Devide your seconds by 86400 and format with the time format codes.
time(<your seconds>/86400, 'hhh:mm:ss')
Time() is limited to a 24 hour clock, so I'm guessing we want interval(Seconds/86400,'hh:mm:ss') instead. Obviously the same basic idea, though. Divide by 86400, tell qlikview it is an interval of time, and format as desired.