siouxprincess
Registered User.
- Local time
- Today, 10:11
- Joined
- Jun 27, 2007
- Messages
- 11
This is for a report.
I have a module that converts 1h 2m into 1:02:00. I'm trying to sum the time for a group, Production.
=ConvertMinutes(Sum([sys_eusername]='Production')) However, it is giving me a negative time return.
And Access does not seem to like if I try =ConvertMinutes(Sum([sys_request_24mins]IIF([sys_eusername]='Production')))
I also want to do the average time of "Production" as well.
Any suggestions would be appreciated. Thanks in advance.
I have a module that converts 1h 2m into 1:02:00. I'm trying to sum the time for a group, Production.
=ConvertMinutes(Sum([sys_eusername]='Production')) However, it is giving me a negative time return.
And Access does not seem to like if I try =ConvertMinutes(Sum([sys_request_24mins]IIF([sys_eusername]='Production')))
I also want to do the average time of "Production" as well.
Any suggestions would be appreciated. Thanks in advance.