milky Posted January 4, 2009 Posted January 4, 2009 Hi all, I have a problem. How do I make the following calculation update? If((TaxCode="GST")Invoice/11;0) If the Tax Code previously was set for FRE as an example and then changed to GST at a later date, I would like the calculation to automically occur. It only calculates on new invoices not existing ones. CIA Milton.
Søren Dyhr Posted January 4, 2009 Posted January 4, 2009 (edited) Well it's a calc - but it needs to reside inside an autoenter field. For autoenter values are an option box where you check if the calc' continuously evaluates, or it's a once and for all in the records lifetime - the feature you're after is also known as lookups. This means that the older invoices doesn't change if a tariff alters. So it actually to opposite way around, data of historic value should be stored locally in each itemline, while the update of calc'fields and summary fields should be used where the issue isn't established until an event requires it. If you were to make vat tariffs unstored values, would you as developer be called in each time the rates changes by adding new conditions into the calculations def. Try to investigate how old women like Ralph and I would structure the task: http://www.filemakerpros.com/joinprint.zip ...where you should pay attention to how the value of price is established in the join table as a historic fact, instead of letting all invoices flow with the price fluctations... --sd Edited January 5, 2009 by Guest
Recommended Posts
This topic is 5861 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