Subject Re: COMPUTED BY between 2 tables
Author Adam
Hello Klett,

When we were using computed by fields involving joins, we found it
compromised speed to the point where it became unusable. Instead for
'computed fields' which do require joins, we created a normal field
and used triggers on the respective tables to keep the information
up-to-date.

Adam