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

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

Recommended Posts

  • Newbies
Posted

I have written a script to perform find of records within a date range. I want to add to that: find and omit records (of found date range set) by status (another field). Any help for a rookie woudl be appreciated...

Posted

Not sure what you're asking. You can either modify your original Find, or do a second find using Constrain Found Set.

  • Newbies
Posted

Thanks If I have:

enter find mode

set field [table::date field;get (current date) &"..."& get(current date)+7]

Perform find

and want to add script which will omit records with "Cancelled" or "Declined" in the "Status" field. Do I add this before the perform find? Do I put both in the same calculated result?

Thanks.

Posted

Try it this way:

Enter Find Mode []

Set Field [ table::date field ; Get (CurrentDate) &".."& Get (CurrentDate)+7 ]

New Record/Request

Set Field [ table::Status ; "Cancelled" ]

Omit Record

New Record/Request

Set Field [ table::Status ; "Declined" ]

Omit Record

Perform Find []

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