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

Recommended Posts

Posted

Ok.....the answer is too simple?...right?...I certainly hope so.....I have 500 records....I search for all with first name of "David"....it gives me 25 records.....how on Heavens earth do I get this number to show up (in its own field) on my layout?....Or the number of any other "find records" search that I do?....I gotta be overlooking the obvious...right?

Posted

Check out the Get Functions. There should be one that is something like Get(CurrentFoundCount).

HTH

Lee

cool.gif

Posted

If the found count equals every record in the database, yep.

Here is the description pasted from the Online Help

Returns a number that represents the number of records in the current found set.

Try a find for something that finds something less than the whole database.

smile.gif

Posted

Use an unstored number calculation of Get(FoundCount). CurrentFoundCount doesn't exist in version 7, except for a typo in the Help file under Exit Script. Get(TotalRecordCount) returns the number of records in the file.

Posted

Would you elaborate on your solution, please? I still get the total records in the database when using the get function.....

:-( woe is me................

Posted

I'm sure you know by now, after the multiple posts, that the field should be an unstored, non-global, calculation with a number result. And by unstored I mean 'Do not store calculation result' is selected in the Storage Options.

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