Aussie John Posted May 28, 2004 Posted May 28, 2004 Hi I have a calculation that used a related field. I want to Index this field but FM wont let me. Any work around you can think of? thanks
The Shadow Posted May 29, 2004 Posted May 29, 2004 If you use the new Lookup function in your calculation, ie: "Data: " & Lookup(relatedField) then the calculation can be stored. Of course, it won't recompute itself when the related data changes, but that's an option that now exists.
Vaughan Posted May 31, 2004 Posted May 31, 2004 John About the only way is to create a look-up field in the file (which can be indexed) then base the calculation on that looked-up field. The challenge is that the two values are now no longer connected. A process needs to be implemented that performs a reloopup if the related record's data changes. I believe Ray has a solution on his website: http://www.nightwing.com.au/FileMaker/resources.html
Recommended Posts
This topic is 7580 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