LVA Posted August 22, 2003 Posted August 22, 2003 I have a calculation field that should count the time between a creation date and a close date. This calculation field shouldn
Lee Smith Posted August 22, 2003 Posted August 22, 2003 Hi LVA, You will soon learn that quite often what we want to accomplish already exist, and most of the time, it is in a tip file somewhere. Your are in luck because, Bob Weaver has donated a sample file to our forum showing how to do this. Click Here to go to the thread and download. His is the first post. HTH Lee
Newbies MITCHELL Posted September 1, 2003 Newbies Posted September 1, 2003 I imported a spread sheet from excel with several calculated fields. The records appear as values. So far, so good! Now I am adding calculations to the filemaker fields but I want to leave the values in some of the records I imported but have the calculations performed on new records as I add them to the data base. Something like: case(method of payment="cash",0,method of payment="check",(keep record as imported or enter value manually if record is empty)...
Ugo DI LUCA Posted September 1, 2003 Posted September 1, 2003 MITCHELL said: Something like: case(method of payment="cash",0,method of payment="check",(keep record as imported or enter value manually if record is empty)... Do you mean you want to alter the calculation when the record is empty ? BTW, why did you posted this querry on this thread ? May be with another field n_manualentry and a calculation Case(method of payment="cash",0,method of payment="check",Case(not IsEmpty(yourdata), yourdata, n_manualentry))
Recommended Posts
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