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

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

Recommended Posts

  • Newbies
Posted

I am a newbie to the Forum and a newbie to FM so please excuse the simplicity of this request.

I have a file with a field called Due Date. I need to create a Report via a script. I've created the report Layout..I just need the script structure that will allow me to Find all the records that are <= today's date, sort them by Due Date and display them ALL in the pre-defined Report layout that I've created.

Thanks

Posted

Create a calculation field that is = to the date field. The result of this new field should be Number. This will give you the numerical equivelant of the date (from 1/1/01)

Then in the script

Enter Find Mode

Set new field to "<=" & Status(CurrentDate)

Perform Find

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