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 3600 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I wonder how to determine if a field is containing some text, any text. I can see the function IsEmpty determines if the field is without text but I want to perform a script that moves to a only records that are empty so I need to bypass records that already have entries.

Thanks

Posted (edited)

I want to perform a script that moves to a only records that are empty so I need to bypass records that already have entries.

 

Hi hownow,

 

Instead of stopping and checking the value in the field for each record, why not omit records you need to bypass first?  It may not work in this situation for you, but if it does, it would be faster than looping each record.  If you must loop, Comment's example is (no surprise) spot-on.   :-)

 

You can constrain the found set to empty records by using = in the field.

 

edited ... added word 'empty'

Edited by LaRetta
  • Like 1
Posted

Thanks Comment

 

Thanks LaRetta    In my case with this situation it is not possible to omit. But the point is well taken for other circumstances.

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