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

Recommended Posts

Posted

I'm trying to connect to FM via ODBC. This normally works great, but I've run into an issue where one of the fields I need returned is a calculated field. As such, it cannot be indexed, and that calculation causes a very slow response when working with this particular data selection.

Qty_Available is the field I need returned. It calculates the value based on Qty_Received - Qty_Sold. If create a Qty_Available2 field that is not a calculation field is there a way to have it automatically always have the value that Qty_Available has?

This way I could use the second field in my SQL and since it's not a calculation field it will hopefully be fast. I need it to always match the calculated field, though.

Any information would be greatly appreciated. Thanks!

Posted

Calculated fields can be indexed unless they reference a field from another table or a global field. If that's your situation, then you can create a standard field with the autoenter option set to a calculated value. Uncheck the "do not replace" option in the autoenter dialog.

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