nightdesigns Posted April 21, 2002 Share Posted April 21, 2002 I'm trying to get FM to insert the current year into a clac with a date. Currenty it's Date( 01,01,2002) but i want it to be something like Date(01,01,current(year)) tried that, but doesn't work. I need it to do a current year running total. Other ideas? Link to comment Share on other sites More sharing options...
RussBaker Posted April 21, 2002 Share Posted April 21, 2002 Try code: Date(01,01,Year(Status(CurrentDate))) Russ Link to comment Share on other sites More sharing options...
nightdesigns Posted April 21, 2002 Author Share Posted April 21, 2002 quote: Originally posted by Russell Baker: Try code: Date(01,01,Year(Status(CurrentDate))) Russ Works, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 8230 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