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

Recommended Posts

Posted

I'm getting spurious results, so I must need a better understanding of Self-Joins. In a database I created a self-join relationship using "Serial#" on both sides of the relationship as Key Field. I have some calculation fields in which I'd like to be able to edit the contents. Hence, a lookup of the calc field should give me the editable calc result. But no. Am I missing something really basic?

Grateful for any light,

~Dennis

Posted

You can not edit the results of a calculation in its field, only the calculation itself, through Define Fields.

HTH

Lee

smile.gif

Posted

Hi Dennis,

Seljoin B) Serial Num::Serial Num

Text field = A

Calc=Case(Text field = "A", 10, 50)

Numlookup = lookup from selfjoin::Calc

This will authorize any change in the Numlookup (not the calc) unless your field is formated with not allow entry. Note that this num will change back to previous value if relookup unless you use another calc to invalidate the look-up key.

Posted

Thanks guys, for the responses. I wound up accomplishing what I needed using the Set Field script. This works with no ragged edges, although I would like to become more competent with the Self-Join thing. Just have to study it more.

~Dennis

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