Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8322 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

i've got a timesheet dbase where employees enter their time for each client each day. Thus, there can be 10-12 entries per day, per employee. Is there a way to calculate HOURS PER DAY PER EMPLOYEE.

The only way I have thought is to do an if or case function

Case (date (day, month, year), sum(hrs), 0)

and then do a summary on that case

but that would mean doing that 365 times X 2?

anyone have suggestions?

thanks!

Gary

Posted

From your "employees" database create a relationship with the "timesheet" database. Then use a portal to Sum() the hours for each employee.

You could also use a 'self-join' for the same purpose.

All the best.

Garry

[ February 09, 2002, 06:28 PM: Message edited by: Garry Claridge ]

This topic is 8322 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.