K1200 Posted February 13, 2007 Posted February 13, 2007 I have instances where I would like to use an alternate name for a field. My plan is to set up a calculated field that simply lists the primary field as the "calculation". Is there is a downside to doing this? Is FileMaker smart enough to recognize that it's a simple equivalence? Is there a better way? Thanks in advance for any advice.
K1200 Posted February 13, 2007 Author Posted February 13, 2007 I'm not sure how to elaborate on this, but I'll try. I simply want to reference a field by a different name than the one it was originally given. For example, if a field was originally defined as Table::FlagField, I want to be able to reference it by an alternate name like Table::PrintIndicator, which accurately describes one current use. The original name is used in many scripts and layouts and, indeed, has its purpose. The alternate field name will simply serve to clarify particular usages of multi-purpose fields.
comment Posted February 13, 2007 Posted February 13, 2007 It will work, but it will add unnecessary (IMHO) complexity to your solution, and add processing cycles to the evaluation - which eventually will contribute to global warming. Why not simply change the name of the field?
SteveB Posted February 13, 2007 Posted February 13, 2007 What you want is an Equivalence Function, which exists in Fortran but not in Filemaker. You can easily change names of fields, calculations, script names, relationships, layout names (most of the time) because Filemaker references most things by position in a list that it keeps internally. As Comment says, its unnecessary to "equivalize". Steve
K1200 Posted February 13, 2007 Author Posted February 13, 2007 The original name is used in many scripts and layouts and, indeed, has its purpose. At least in my application, some tables serve mutually-exclusive purposes. I was hoping for an "equate" but it sounds like I'll have to settle for the "calculated" alternative. Thanks for your response.
Recommended Posts
This topic is 6555 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