Jump to content

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

Recommended Posts

  • Newbies
Posted

I need to create a calculation so that I can know the number of days a complaint case is opened including the open date, the closing date and all days in between including Saturdays and Sundays. My fields are: Open date and Case closed.

Any help would be appreciated.

Posted

If you want to be able to see the number of days that a complaint case has been open, regardless of whether in has closed yet, you might like to try the formula:

1 + Case(Case closed, Case closed, Status(CurrentDate)) - Open date

in a calculation where the result type is set to number and the storage options are set to Unstored.

This will increment progressively while the case remains open (showing number of days open so far) and will cease changing and display the preiod the complaint case was opened once a value is entered in the 'Case closed' field.

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