lonesomejubilee Posted August 16, 2007 Posted August 16, 2007 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
Søren Dyhr Posted August 16, 2007 Posted August 16, 2007 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
Merit Solutions Posted August 16, 2007 Posted August 16, 2007 Make sure your calculation fields are not indexed
lonesomejubilee Posted August 16, 2007 Author Posted August 16, 2007 Thanks, it was the indexing/unstored issue! I thought I had it set up right, but I didn't!
Vaughan Posted August 16, 2007 Posted August 16, 2007 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now