Here is a sample of my query:
Maturity Date|MaturityDateAmount|Value Date|ValueDateAmount
|8/19/2004|($85,260,778.63) |8/12/2004| ($85,260,778.63)
|8/16/2004|($27,004,440.00) |8/12/2004| ($27,004,440.00)
|8/16/2004|($7,301,192.33) |8/12/2004| ($7,301,192.33)
|8/26/2004|($1,000,525.00) |8/12/2004| ($1,000,525.00)
|9/16/2004|$1,000,350.00 |8/16/2004| $1,000,350.00
|8/20/2004|($66,674,054.89) |8/17/2004| $66,666,666.00
|8/30/2004|($951,961.41) |7/28/2004| ($951,961.41)
These dates are for a 30 day projection report so at least one of the date fields is within the next 30 days.
I want to know how to make ONE date field that lists the appropriate amount next to it.
Of particular interest is the 8/20-8/17 record, it would have to be able two list both of those date (since they are both within 30days) with the appropriate amount next to it.
So the end result should look like this:
|Date(within 30d)| Amount(Value or Maturity depending on date)|
Thanks.
Maturity Date|MaturityDateAmount|Value Date|ValueDateAmount
|8/19/2004|($85,260,778.63) |8/12/2004| ($85,260,778.63)
|8/16/2004|($27,004,440.00) |8/12/2004| ($27,004,440.00)
|8/16/2004|($7,301,192.33) |8/12/2004| ($7,301,192.33)
|8/26/2004|($1,000,525.00) |8/12/2004| ($1,000,525.00)
|9/16/2004|$1,000,350.00 |8/16/2004| $1,000,350.00
|8/20/2004|($66,674,054.89) |8/17/2004| $66,666,666.00
|8/30/2004|($951,961.41) |7/28/2004| ($951,961.41)
These dates are for a 30 day projection report so at least one of the date fields is within the next 30 days.
I want to know how to make ONE date field that lists the appropriate amount next to it.
Of particular interest is the 8/20-8/17 record, it would have to be able two list both of those date (since they are both within 30days) with the appropriate amount next to it.
So the end result should look like this:
|Date(within 30d)| Amount(Value or Maturity depending on date)|
Thanks.