ngwaltne Posted May 5, 2004 Posted May 5, 2004 Hi all, I am trying to put together a calculation that, based on the students grade 9,10,11,12, determines the year of graduation. It of course depends on what month it is. This is the start I have. Hope someone can give feedback to a novice. Thank you in advance. Case(student::grade =12 & Month (g_current_date) <= 6 calc_year & Month (g_current_date) >6 calc_year +1,
-Queue- Posted May 5, 2004 Posted May 5, 2004 Year( Status(CurrentDate) ) + 12 - grade + ( Month( Status(CurrentDate) ) > 6 ) Set the storage options to 'Do not store calculation results', so that it updates when the date changes.
ngwaltne Posted May 5, 2004 Author Posted May 5, 2004 Thanks for your help. That's what happens when FM is about 10% of my job.
Recommended Posts
This topic is 7576 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