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

Recommended Posts

Posted

Hi,

I am trying to put in a generic code that returns "Record 1 of 25". Here is what I am using.. "Record "&Get(RecordNumber)&" of "& Get(TotalRecordCount). Unstored. But each time I go through different records the two numbers are always the same. (record 1 of 1, Record 23 of 23, etc.). What am I doing wrong?

Thanks

Posted

Use @@ for the first half of it, and an unstored calc'field holding Get(FoundCount) put on the layout as a mergefield.

Following rule of thumb should be observed, when ever one of these status functions are required, should the field be UNSTORED.

--sd

counting.zip

Posted

Ummm, at risk of sounding like a nit-picker, there is a difference between "indexing" and whether the field is "unstored", although they are related.

In this case the issue is the storage of the field: it needs to be set to "unstored" to force FMP to re-calculate it every time is it required.

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