Jim McKee Posted February 11, 2004 Posted February 11, 2004 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? TIA
Vaughan Posted February 11, 2004 Posted February 11, 2004 Look on Ray Coglon's web site, there may be something there. http://www.nightwing.com.au/filemaker
Ugo DI LUCA Posted February 11, 2004 Posted February 11, 2004 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...
Jim McKee Posted February 11, 2004 Author Posted February 11, 2004 Ugo ... I found it in the Articles area. Ray's post is called (imagine!): [color:"blue"]"Automatically indexing non-indexable fields". Doh! How dense can I be? Thanks to you and Vaughn.
Recommended Posts
This topic is 7661 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 accountSign in
Already have an account? Sign in here.
Sign In Now