Using multi-row, shouldn't the following give the number of minutes between records? (column with datetime is named DateTime - just to state the obvious)
DateTimeDiff([Row-1: DateTime],[ DateTime],'minutes')
I just get a null or a zero (if it's the same time) I don't get the minutes between the records.