Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Greetings

I am working on a task system. I want to calculate how long it takes to attend to a task, to move to the next step etc until the task is completed or if tracking issue resolution then the time it takes to resolve the issue.

How can I find the number of days:hours:min between the two vital dates i.e. the date created and the date completed.

Your help will be greatly appreciated!

Posted

If(IsEmpty ( Date1 ) or IsEmpty (Date2);""; Date1 - Date2 )

This is one calculation that I use. The result is a number and returns the number of days between the dates. This is the easy one.

There are other methods that need used if you want to know the number of "buisness Days". (excluding weekends, holidays, ...)"buisness days" is often more usefull from a managment viewpoint. If you need that let me know. (it has been a number of years since I've had to use this method)

Posted

This thread was posted in an incorrect category. It has been moved to this category by a forum moderator.

From: FMP Developers & User Groups - In House Developers

To: Database Schema - Calculation Engine

This topic is 6377 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.