Newbies schorschcaco Posted November 8, 2004 Newbies Posted November 8, 2004 hello everybody! i'm trying to do a calculation for the period between today and a day in the past, lets say the 3rd of november. how must i calculate, so that fm is giving the numer of days elapsed since then? I use this number for a calculation later on... thanks al lot for helping! schorsch from switzerland
transpower Posted November 8, 2004 Posted November 8, 2004 Unstored Calculation field with number result: Get ( CurrentDate ) - PastDate. The difference will be in days.
Newbies schorschcaco Posted November 8, 2004 Author Newbies Posted November 8, 2004 wow transpower, you're the fastest answer ever!!! thank you very much, i gonna try it now, let you know later... -) thank you!!! schorsch
Newbies schorschcaco Posted November 8, 2004 Author Newbies Posted November 8, 2004 hello again... -) Get(current Date) didn't work, so i took getField (current date), it worked, but it gives me a huge negative number (seconds???), although the past date is smaller then the current date... what did i wrong? looking forward to your answer... schorsch with too many days :-)
RalphL Posted November 8, 2004 Posted November 8, 2004 Get (CurrentDate) is an FMP7 function for FMP6 you need Status (CurrentDate) the calculation should be an unstored number field.
transpower Posted November 8, 2004 Posted November 8, 2004 Sorry, I forgot to check your version number. Ralph is right.
Recommended Posts
This topic is 7389 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