Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Calc field not working for relationship


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

Recommended Posts

Posted

I'm trying to find out why switching one of my key fields from a static text field to a calculation field is causing the calculation fields of the parent table not to work. Initially, the static text field was manipulated by a script, and the parent table had no problem calculating other fields based on this relationship. Now the parent table's calc fields provide me with nothing. There's something about the field now being a calc field that's breaking up the relationship. Any ideas?

Posted

That's unfortunate. I guess I could change the field back to a text field, and create another calc field that could serve as a temporary bucket for the calculations. Then I could run a script to update the text field used in the relationship. Something like:

Loop

Set Field[tableX::text field; tableX::Calc field]

Go to Record/Request/Page [Next; Exit after last]

End Loop

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