Fred in Thailand Posted June 20, 2007 Posted June 20, 2007 Hi all Can't figure out how to calculate the number of days left in the current year.
fabriceN Posted June 20, 2007 Posted June 20, 2007 date ( 12 ; 31 ; day ( get ( currentDate )) - get ( currentDate )
Genx Posted June 20, 2007 Posted June 20, 2007 Minor correction: date ( 12 ; 31 ; year ( get ( currentDate )) - get ( currentDate )
Fred in Thailand Posted June 20, 2007 Author Posted June 20, 2007 Genx I assume that that goes in a calc field. When i do all i get is a ? Thanks
Fred in Thailand Posted June 20, 2007 Author Posted June 20, 2007 by the way genx thanks for the help on my last little problem
Genx Posted June 20, 2007 Posted June 20, 2007 (edited) Hi Fred, No worries. Make sure that your calculation is unstored and that the result is Number type. Edited June 20, 2007 by Guest
Genx Posted June 20, 2007 Posted June 20, 2007 .. seems there was also a missing bracket: date ( 12 ; 31 ; year ( get ( currentDate ))) - get ( currentDate )
Fred in Thailand Posted June 20, 2007 Author Posted June 20, 2007 Checked and is as you said. still "?"
Genx Posted June 20, 2007 Posted June 20, 2007 ... weird Go to tools -> data viewer and try it there.
Recommended Posts
This topic is 6427 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