Nov 20, 2007 #1 goslincm MIS Joined May 23, 2006 Messages 292 Location US I am working with one table that has a field indicating: FiscalYearEndMonth, UnitName, LocalUnitType. I need to get a summary information by fiscalyearendmonth and localunittype. I'm not certain how to get this aggregrate information.
I am working with one table that has a field indicating: FiscalYearEndMonth, UnitName, LocalUnitType. I need to get a summary information by fiscalyearendmonth and localunittype. I'm not certain how to get this aggregrate information.
Nov 20, 2007 #2 randy700 Programmer Joined Sep 25, 2003 Messages 2,384 Location US Group By ? Randy Upvote 0 Downvote
Nov 20, 2007 #3 lespaul Programmer Joined Feb 4, 2002 Messages 7,083 Location US can you provide some sample data and expected results? Do you want to count the number of LocalUnitTypes or is that something that needs to be summed? Leslie In an open world there's no need for windows and gates http://www.ubuntu.com Upvote 0 Downvote
can you provide some sample data and expected results? Do you want to count the number of LocalUnitTypes or is that something that needs to be summed? Leslie In an open world there's no need for windows and gates http://www.ubuntu.com