Difference between revisions of "Exporting From DB to Excel"

From SDU
Jump to: navigation, search
(New page: Below is a list of steps to extract data from ServiceDesk and export to MS Excell file. Please note that this extracts data directly from the MDB (ServiceDesk database) via simple query th...)
 
(No difference)

Revision as of 11:23, 2 July 2008

Below is a list of steps to extract data from ServiceDesk and export to MS Excell file. Please note that this extracts data directly from the MDB (ServiceDesk database) via simple query through a data source.

WARNING: Continous running of such queries that run long or return too much data can cause performance issues to users logged on and working on the application.

1. Open a new clean Excel file

2. Go to Data -> Import External Data -> New Database Query

3. Select the fields you need and run the query (link tables if you have to)

4. Export to Excel and save the file (If you already have the query somewhere, just follow the steps and instead of selecting the fields, you simply paste your query and run it then save the results to an excel spreadsheet)


Next time you want to run the same query to get the updated data, you simply do the following:


1. Open the Excel file from the previous steps

2. Go to Data -> Refresh Data (This will run the query and return the new data to the spreadsheet)