What I'd also like to do is generate some data on each date. I have a field called target that I would like to generate a 0 value for on each of these dates and have it associated with that date. I'd also like to associate the value with a field called project for a constant value. So for each date for project = 'A' and project = 'B' have target = 0. How might I accomplish this?