Jump to content

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

Recommended Posts

Posted

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

Posted

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.

Posted

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

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 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.