Jump to content

Unstored calc to indexed field


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

Recommended Posts

I have a calculation in File1 based on the comparison of two related values in File2. So, the calc, which returns "1" or "", can't be indexed. I want to get the result into an indexable field in File1 whenever the calc changes.

I think I remember a discussion here about a way to automate this using modTime, a calc built on a Case() statement and a Lookup. But, for the life of me, I can't remember the setup, and I can't find the thread here.

Can someone point me to the thread or, if not, describe how to set this up? Or, maybe I'm dreaming? smile.gif

TIA

Link to comment
Share on other sites

I think ir's here too in the article section.

Basic settings, which may differ from Ray, and hacked from Bob's is

serial

Mod Time (autoenter)

c_Trigger = (ModTime*0) + serial

RelTrigger --> c_Trigger::serial

Then, your field would lookup the unstored calculation based on the RelTrigger.

BUT this will only happen on a record by record basis, so you have to be on this record to have it happen...

Link to comment
Share on other sites

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