I used along time DateDiff to calculate the minites between two timespans.
8:32 till 12.21 : should be 3:49 (tree houres and 49 minutes)
I got 3:81 with my code. Are the minutes here from 0 to 100 ?
Code:
DateDiff("n";[SHIFT1VAN];[SHIFT1TOT])/60)
If I want totals won't I make the sum of 3:49 and other times ?