Hello,
I'm hoping someone can help me. I've searched many, many posts and can only come up with the following formula using DateDiff("m", {datetime1}, {datetime2}) and it's not calculating what I need. I have the following report:
USER_ID LOGINDT LOGOUTDT Login Profile hh LoginTim Sr
James 8/4/2015 7:31:12AM 8/4/2015 1:20:39 05:49:27 20,967 Specialist_Qu
James 8/4/2015 1:55:34PM 8/4/2015 6:00:15 04:04:45 14,685 Specialist_Qu
8/4/2015 James 09:54:12 35,652
I'm trying to calculate the time in minutes between 1:20:39 (LOGOUTDT) and 1:55:34 (LOGINDT) = 0:34:55
Thank you in advance!
James
I'm hoping someone can help me. I've searched many, many posts and can only come up with the following formula using DateDiff("m", {datetime1}, {datetime2}) and it's not calculating what I need. I have the following report:
USER_ID LOGINDT LOGOUTDT Login Profile hh LoginTim Sr
James 8/4/2015 7:31:12AM 8/4/2015 1:20:39 05:49:27 20,967 Specialist_Qu
James 8/4/2015 1:55:34PM 8/4/2015 6:00:15 04:04:45 14,685 Specialist_Qu
8/4/2015 James 09:54:12 35,652
I'm trying to calculate the time in minutes between 1:20:39 (LOGOUTDT) and 1:55:34 (LOGINDT) = 0:34:55
Thank you in advance!
James