Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Im working on scripting a report and i want to perform a find on a specific field to include a date range.

Im having some difficulties on how to perform the find to include a date range in the calculation.

Basically what i am trying to do is pull the report to include everything for the next 3 days:

Get ( CurrentDate ) ... Get ( CurrentDate ) + 3

Entering this calculation appears invalid.

What would be the proper way to calculate this?

Thanks

Posted

Are you scripting this, or entering a range in a [color:blue]date field

Read about "[color:blue]Finding ranges of information" in the Online help

and this

Link

Lee

Posted

You talking to me?

If not, then get in a habit of using the Reply button in the post rather than the Quick Reply Button.

Posted (edited)

Yes, the calculation is invalid. You have not quoted the text string ...

This works:

Get ( CurrentDate ) & "..." & Get ( CurrentDate ) + 3

(Sorry Lee; generally I *am* in the habit of hitting reply but missed it this time)

Edited by Guest

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