Jump to content

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

Recommended Posts

Posted

Hello,

I have this calculation that checks the date against today's date and then assigns the field active or expire. And it works . . . sort-of.

The problem is I want it to check this on a daily basis so it could change the status when the date does expire. Any ideas?

Kent

If(Date( TextToNum(expiremonth), TextToNum(expireday), TextToNum(expireyear) ) >= Today,"active","expire")

Posted

Hi ,

First make your calculation unstored and I would suggest using Status(CurrentDate) as opposed to the today option.

Making it unstored will mean it recalculates itself every day.

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