Jump to content

auto (re-)lookup?


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

Recommended Posts

if i have a field that looks up the contents of a calc field in another file, can i somehow have it update automatically when the calc result changes?

i know i can use relookup, but that requires an action, and a live calculation is no good, because i want to use the field for relationships and then i can't be indexed.

Link to comment
Share on other sites

stephan, I think you have found the catch-22 of updating match fields. You can't use a calculation that includes related fields because it cannot then be indexed, which means it can't be used in a relationship.

I deal with this issue in three ways, all use a non-calculated match field with scripts to set the value (or relookup)B)

1. Use scripted data entry processes that can also update the match field.

2. Have scripted update scripts that update only the relevant record set at the time the relationship will be needed (this only works for some situations.)

3. Use daily update scripts to go through and update the match field for all records in the database.

Link to comment
Share on other sites

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