R
ryan.fitzpatrick3
I have a dataset that has PO info, with item#, item volume, etc and
associated date of PO for each recordset.
If I want to group up the data into weeks or months or years and get
summed up item volumes per week, how would I do this?
i.e.
po item volume date
123 5416 123,456 3/1/2009
124 5417 90,874 3/2/2009
125 5416 145,542 3/2/2009
126 5418 456,485 3/3/2009
how can I get the week summed up for each item below?
so it' would look like
item volume week year
5416 268,998 9 2009
5417 90,874 9 2009
5418 456,485 9 2009
etc for months and years. Is this possible?
Ryan
associated date of PO for each recordset.
If I want to group up the data into weeks or months or years and get
summed up item volumes per week, how would I do this?
i.e.
po item volume date
123 5416 123,456 3/1/2009
124 5417 90,874 3/2/2009
125 5416 145,542 3/2/2009
126 5418 456,485 3/3/2009
how can I get the week summed up for each item below?
so it' would look like
item volume week year
5416 268,998 9 2009
5417 90,874 9 2009
5418 456,485 9 2009
etc for months and years. Is this possible?
Ryan