Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Discussion Board for collaboration related to QlikView App Development.
Hi Henrique,
Try dividing the field containing the hours by 24 and enclose your calculation it in the Interval() function like this:
interval(sum(hours/24), 'hh:mm')
See attached QVW example.
Borja.