Jump to content

calculate length of stay


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

Recommended Posts

I have a lsit of clients who are on a waiting list for services

I have a field "today" which changes every day

I have a field certification date

I need to calculate the time on the waitlist so I did

los=today-certification date

I get a very long number like 739910

How do I get it right

Link to comment
Share on other sites

change the los field to

Get(CurrentDate) - CertificationDate

and make sure it is formatted as a number field.

The Certification field needs to be a Date field.

Link to comment
Share on other sites

I'm trying to do date1 - date2 to get then number of days in between. Date1 is more recent. Am not using 'Today' or any function, both dates are already entered into the fields. Calc is formatted to give a number result.

It doesn't seem to work. For instance (dd/mm/yyyyy)B)

03/02/2005 - 06/01/2005 = -5280025

What am I doing wrong?

Link to comment
Share on other sites

Have you double checked that both Date1 and Daet2 fields are set as "Date fields" ? If they are set to text of number, etc. you sometimes get those long results.

Link to comment
Share on other sites

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