I have the task where I need to check the people completion based on what Quater the enter the program. For example the Q1 required to have Level2 classes to be completed with the passing score of 80%
Q2 classes required to complete by the end of the Q2. So if the perosn enter the program in in calendar Q2 his class Q is Q1 How can i do that. So i determined the quater they got in. <cfset callQ=Quarter(#EntryDate#)> How can i say that this guy need to take classQ1 SO i need something like this CallQ: 2007Q4 2008Q1 2008Q2 2008Q3 2008Q4 Q1 StuQ: Q1 Q2 Q3 Q4 Q5 Q6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305562 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

