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

I have a flag field, empty at the start, that I want to flag with a "Y".

Finding that set of records with empty fields,

Enter find mode []

Set Field [invoice::processed; ""]

Perform Find []

doesn't work.

Enter find mode []

Set Field [invoice::processed; isempty(invoice::processed)]

Perform Find []

doesn't either.

If, instead, I enter "N" in the field first, then later:

Enter find mode []

Set Field [invoice::processed; "N"

Perform Find []

That works fine.

What is the syntax for a found set based on an empty field? Or what is a better approach?

Thanks

Posted

An equal sign "=" finds empty fields.

Or, an asterisk "*" or other criteria ("Y" in your case) and then Omit.

Posted

An equal sign "=" finds empty fields.

Or, an asterisk "*" or other criteria ("Y" in your case) and then Omit.

Sunofagun, you're right.

I'd have never found (or guessed) that in a bunch of years.

thanks 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.