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

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

Recommended Posts

Posted

ishot-588.jpg

I am having trouble with the Specify Find Request.

There are several fields that need to be examined:

email

DOB (Date of Birth)

DOP (Date of Passing)

I need to be able to find all the records where:

email is not empty

and

DOB is not empty

and

DOP IS empty

The problem lies in trying to specify the DOB for example.

When I specify <> isempty(Members::DOB) or NOT isempty(DOB) I get an error reminding me that my date is out of range.. huh???

What am I missing ??? Thanks

  • Like 1
Posted

Either with:

Perform Find [ email criteria: * ; DOB criteria: * ; DOP criteria: = ]

or ( better at least for me ) :

Enter Find Mode [ ]

Set Field [ YourTable::email ; "*" ]

Set Field [ YourTable::DOB ; "*" ]

Set Field [ YourTable::DOP ; "=" ]

Perform Find [ ]

Posted

Worked like a charm! I was operating under the 'assumption' that using * would include "". Thank so verrrrrrry much!

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