I have a query with these particular fields that are of interest to me:
CounterParty, Amount, interest, Value Date, Maturity Date, & Cashflow(Amount * Interest)
I need to be able to generate a 30 day report outlining the the positive and negative cashflow for each day.
On the Value date, I have money coming in or out which requires the use of the 'amount' field. On the Maturity date same thing but uses the 'cashflow' field.
I want a query that just list the next 30 days from now and based on whether the maturity date or the value date match that day, it will give me the numbers for it.
Any ideas? PLease let me know if you need more specific information
CounterParty, Amount, interest, Value Date, Maturity Date, & Cashflow(Amount * Interest)
I need to be able to generate a 30 day report outlining the the positive and negative cashflow for each day.
On the Value date, I have money coming in or out which requires the use of the 'amount' field. On the Maturity date same thing but uses the 'cashflow' field.
I want a query that just list the next 30 days from now and based on whether the maturity date or the value date match that day, it will give me the numbers for it.
Any ideas? PLease let me know if you need more specific information