Jump to content

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

Recommended Posts

Posted

Hello

I have a situation where my client has a meeting every Tuesday. In my database I would like to have the field calculate the date of the last meeting until the actual date of the next meeting. Is this possible.

In other words if the last meeting was Tuesday 1/27/2004 - everytime I perform the script with the calculation it remains 1/27/2004 UNTIL 2/03/2004

Then it would remain 2/03/2004 until 2/20/2004

So the formula would be based on today.

Can Someone help me with a calculation for this baby.

Thanks

Dave

Posted

Try Status(CurrentDate) - Case(DayofWeek(Status(CurrentDate)) >= 3, DayofWeek(Status(CurrentDate)) - 3, 4 + DayofWeek(Status(CurrentDate))).

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