My company has purchased Best Software's FAS Fixed Asset Accounting package that utilizes CRW8. I want to create a report with 4 columns and records sorted by account number. Asset selection for each column will be different, but will all be based on 3 fields: acquisition date, disposal date, and activity code ("Disposed" or "Active".
Here is my logic behind the report:
Column 0: account numbers (row "labels"
Column 1: acquisition date <= 12/31/2000 AND activity code <> "Disposed"
Column 2: 01/01/2001 <= acquisition date <= 12/31/2001
Column 3: 01/01/2001 <= disposal date <= 12/31/2001
Column 4: acquisition date <= 12/31/2001 AND activity code <> "Disposed"
Looking like:
(Col 0) (Col 1) (Col 2) (Col 3) (Col 4)
acct# - Beg Bal - Purchases - Disposals - End Bal
010315 1000 500 300 1200
" " " " " " " " " "
With totals on each column. I have been able to produce each column INDIVIDUALLY, but I cannot produce all 4 columns on one report. I am looking for the simplest way, but at this point ANYTHING that gets me where I need to be will be appreciated.
Here is my logic behind the report:
Column 0: account numbers (row "labels"
Column 1: acquisition date <= 12/31/2000 AND activity code <> "Disposed"
Column 2: 01/01/2001 <= acquisition date <= 12/31/2001
Column 3: 01/01/2001 <= disposal date <= 12/31/2001
Column 4: acquisition date <= 12/31/2001 AND activity code <> "Disposed"
Looking like:
(Col 0) (Col 1) (Col 2) (Col 3) (Col 4)
acct# - Beg Bal - Purchases - Disposals - End Bal
010315 1000 500 300 1200
" " " " " " " " " "
With totals on each column. I have been able to produce each column INDIVIDUALLY, but I cannot produce all 4 columns on one report. I am looking for the simplest way, but at this point ANYTHING that gets me where I need to be will be appreciated.