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

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

Recommended Posts

Posted

I was just wondering if there was a way of getting filemaker to count blanks. I've got a GRade field, which for some reason hasn't been popluated in all instances (Although I've not forced it to before saving record). I want to be able to count the number of blank records but filemaker won't seem to do this for me.

As you can see from screen shot I've writen a simple SQL statement which is returning an array, the first row of which I would expect to see 3 instead of 0 as there are 3 blank records in the time period been checked.

Any help greatly appreciated.

ExecuteSQL.png

Posted

Have you tried doing a find for blank fields? 

Enter find mode, enter the equal sign = into the field

Perform Find.

This should give you all records that are blank in that field.

 

Posted

I was just wondering if there was a way of getting filemaker to count blanks.

​Count records, rather than potentially empty fields; i.e. COUNT ( * ) instead of COUNT ( Grade ) 

  • Like 1

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