AccountingWEB.co.uk 5-Jul-2006
Categories: Management Reporting, Any Answers, Software, IT, Practical Tips
Times read: 1990
I used this method extensively a few years ago to dump Navision data direct into a series of Excel spreadsheets to produce management accounts, cash flow forecasts, etc.
Once you've taken the time to learn where certain data is stored (Navision is, or at least was, built on an Access database) it is easy and quick.
MAKE SURE THAT YOUR ODBC SETTINGS ARE "READ ONLY" OTHERWISE YOU WILL OVERWRITE YOUR SOURCE DATA!
To set this up you need to set up an ODBC connection to the data, this may already be present when the client software is installed on the computer you are using. If Navision is running on a SQL database the process is easy enough but you will need a user name and password for the database. Look at start/settings/control panels/(administration depending on version)/ODBC data sources and see if a connection has been set up. In Excel look at toolbar Data/Get External Data/New Database Query.
Crystal Reports uses the ODBC connectivity as well and is a relatively inexpensive tool to do any reporting. It allows you to rename the tables in a data to make reporting easier once the dictionary has been set up. Busines Objects is much more expensive option but easier to use.
Access can be set up with linked tables again using ODBC, these can then be reported on using the normal Access query tools. For safety reasons the connection to the database should be read only.