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

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

Recommended Posts

Posted

Ok I hope you understand this question. I have a "due date" for something as a field, and I have a "completed date" field. I want if the due date is < completed date , print LATE.

Is that possible?

Posted

Yes. Make a calculation field with the following expression:

If [ due date < completed date, "LATE", "" ]

Make the calculation result text.

Posted

I've tried that but it won't work. I tried it in a script, and I tried doing auto enter calculation. It doesn't seem to be able to use a date as a calculation.

Posted

It cannot be a script, nor an auto-enter calculation. It needs to be a calculated field. It it will work. Keep trying.

Perhaps your date fields aren't really dates? That is, the field is defined as text, not date. If so, you have to change their data type, then re-enter all the data.

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