jordioni Posted January 2, 2008 Posted January 2, 2008 : Greetings and happy new year. Rates are rising and I need to change the way they are calculated (currently as a percentage). However, when i do this, all the old record totals are changing too. How can I fix this?
Raybaudi Posted January 2, 2008 Posted January 2, 2008 Hi it seems that you haven't a related PriceTable, but you have to have ! Current price must be obtained as an autoenter value from a lookup table.
jordioni Posted January 2, 2008 Author Posted January 2, 2008 currently i have one field that's a total media and then an admin that is a calculation of total media. I want to increase the admin without changing the old records.
comment Posted January 2, 2008 Posted January 2, 2008 I don't quite understand your description (what's an "admin"?), but the answer is as Daniele said: you need to auto-enter/lookup the current rate into a permanent field in the historic record. If there's a calculation, it must be based on 'local' fields only.
jordioni Posted January 2, 2008 Author Posted January 2, 2008 Gotcha Veteran. Now, how do I differentiate between the historic and the new? (the admin is just a service charge)
comment Posted January 2, 2008 Posted January 2, 2008 Please explain in detail how your setup worked until now.
jordioni Posted January 2, 2008 Author Posted January 2, 2008 Currently I have a field marked media in which I enter the media cost. Then, there is another field named "admin". it is an auto-entered calculation based on 3% of the media. Then, there is a Total field which is the media + admin. Admin is raising to 4% but when I change the formula, all the old records are changing as well.
comment Posted January 2, 2008 Posted January 2, 2008 Add a new number field named AdminRate, and a new global number field named gCurrentAdminRate. Make AdminRate auto-enter the value from gCurrentAdminRate. Show all records, and replace the value of AdminRate with 0.03. Change the field Admin to type Calculation = Media * AdminRate. Now you can enter 0.04 into gCurrentAdminRate.
jordioni Posted January 3, 2008 Author Posted January 3, 2008 Thanks- that did the trick. Happy New Year!!! :exactly:
Recommended Posts
This topic is 6230 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