I know there is the drilldown feature with FRTRNA, but can I actually display those transactions on the report?
For example, the net balance of an account = 1000
there are tranasactions during the period of:
debit 5000
debit 7000
credit 11000
These will show up with the drilldown, but can i get them to show up in excel with FR or is it only possible to show the balance of an account?
No it is not possible.
Why would you want that in a financial report?
Financial reports are based on summarized data (balances, net movement, etc), if you want transaction details then print a GL transaction listing report.
I wanted to be able to calculate an AVG daily balance YTD for the category. the tranasactions occur each day and the dates are only listed at that level.
Use Crystal reports and take the transactions from GLPOST.
And hope you have MSSQL or very few transactions if you're on Pervasive. ;-)
If you're on MSSQL Server, you could make a really snappy report using a SQL view - no client side grouping or filtering - by having the view aggregate transactions by transaction date.
ACCPAC's data schema doesn't tend to lend itself to reporting by day, hence the need for extensive Crystal and/or Insight trickery.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.