I am working with an inventory transaction file which has the date of a transaction and the quantity of the material on that date. The dates are only for when there was a transaction so I created a full set of dates to fill in for the days when there was no transaction. Now I need to do the same thing with the quantities, filling in the quantities of the dates with the previous quanitiy for that material.
Example:
6/1/2011 25
6/2/2011 There was no transaction on this date, I added it and need to make the quantity value 25, the previous value
6/3/2011 19
If someone can help me out with this that would be great.