M
mikeycan
I have data in an amortization table that list amounts to be recognized each
period for a given invoice. I would like a report that would show how much
revenue by invoice per month for next twelve months based on when its run and
any amounts over 12 months summed in a “Long Term†column. This report would
be similar to an AR Aging that puts an invoice in to 30, 60, 90, +120
buckets, but I need the “buckets†to be dynamic.
Invoice 4/1/07 5/1/07 6/1/07 7/1/07 8/1/07 9/1/07 10/1/07 11/01/07 12/01/01 1/1/08 2/01/08 3/1/08 LT
The fields I have are
Field Name Field Type Sample Data
InvoiceNumber Text I23037
RevenueMethod Text Ratable
Amortization Period Date/Time 4/1/07
Amortization Invoice Amount Number 7,258.58
Amortized Cost Amount Number 1,458.58
Can this be done? I am not a programmer, so I can only do very simple
things with SQL or VB. Thanks in advance for your help.
period for a given invoice. I would like a report that would show how much
revenue by invoice per month for next twelve months based on when its run and
any amounts over 12 months summed in a “Long Term†column. This report would
be similar to an AR Aging that puts an invoice in to 30, 60, 90, +120
buckets, but I need the “buckets†to be dynamic.
Invoice 4/1/07 5/1/07 6/1/07 7/1/07 8/1/07 9/1/07 10/1/07 11/01/07 12/01/01 1/1/08 2/01/08 3/1/08 LT
The fields I have are
Field Name Field Type Sample Data
InvoiceNumber Text I23037
RevenueMethod Text Ratable
Amortization Period Date/Time 4/1/07
Amortization Invoice Amount Number 7,258.58
Amortized Cost Amount Number 1,458.58
Can this be done? I am not a programmer, so I can only do very simple
things with SQL or VB. Thanks in advance for your help.