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

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

Recommended Posts

Posted

Use Insert Calculated Result instead of Set Field.

Show all records

Enter Find mode []

Insert Calculated Result["Date","searchdate"]

Perform find [Replace found set]

Another way to find a range of dates is to enter the find criteria as:

FirstDate...LastDate

So the calc for the searchdate field would be:

FirstDate&"..."&LastDate

Posted

Thanks for your help, but the problem still remain. I changed to your suggested calculation and set field in the script and FMP returns no records.

The new calculation feild:

Firstdate&..."&lastdate

If I change back to

Posted

Avoid using paste.

Make Case statement field returning 0 or 1 according to the calculation Case(Date > global1 and Date< global2; 1; 0) and make a search on all records with 1 in the field.

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