Difference between revisions of "SME and Excel - Extracting Data in Meaningful ways"

From High5Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
   
 
   
  
Summary:
+
<h3>Summary:</h3>
  
 
SME: Service Management Enterprise provides a complete service management solution with complete reporting capabilities.  As you know, Excel is a powerful program for data manipulation and reporting.  Combining the capabilities of SME and Excel give a powerful way of working with business data.
 
SME: Service Management Enterprise provides a complete service management solution with complete reporting capabilities.  As you know, Excel is a powerful program for data manipulation and reporting.  Combining the capabilities of SME and Excel give a powerful way of working with business data.
Line 11: Line 11:
 
   
 
   
  
Ways of Using Excel with SME:
+
<h3>Ways of Using Excel with SME:</h3>
  
 
#    Connect Excel direct to SQL Server (preferred)
 
#    Connect Excel direct to SQL Server (preferred)
Line 20: Line 20:
 
   
 
   
  
*    Connect Excel directly to SQL Server
+
<h3>Connect Excel directly to SQL Server</h3>
  
 
This is the most powerful and flexible way to utilize SME with excel, however takes a bit more effort to setup.
 
This is the most powerful and flexible way to utilize SME with excel, however takes a bit more effort to setup.
Line 58: Line 58:
 
#    More complex SQL queries can be performed, please contact your local sql expert.
 
#    More complex SQL queries can be performed, please contact your local sql expert.
  
*    The final method is to print a report to Excel.
+
<h3>Print Report to Excel by Outputting search grids to excel</h3>
 +
The final method is to print a report to Excel.
 
   
 
   
  

Revision as of 22:14, 16 February 2015

SME and Excel: Extracting Data in Meaningful ways


Summary:

SME: Service Management Enterprise provides a complete service management solution with complete reporting capabilities. As you know, Excel is a powerful program for data manipulation and reporting. Combining the capabilities of SME and Excel give a powerful way of working with business data.

SME has multiple ways to work with Excel. This document describes the various ways to utilize excel with SME.


Ways of Using Excel with SME:

  1. Connect Excel direct to SQL Server (preferred)
  2. Output search grids to excel
  3. Print out to excel



Connect Excel directly to SQL Server

This is the most powerful and flexible way to utilize SME with excel, however takes a bit more effort to setup.

  1. Excel 2007 onward now has capability to connect directly to SQL Server. Follow these steps
  • Open Excel 2007 or 2010
  • Select Data tab
  • Select From Other Sources and select "From SQL Server"
  • Enter your SQL Server instance name ( see step 5 onward below)
  • Select your SQL database
  • Then you will be provided with a list of SME tables to select
    • For Excel 2003: Select +New SQL Server Connection.odc


03000005.png



4.Enter the Server Name and select Next


03000006.png


5.Select Database and table and select next
03000007.png


6.Provide a file name, description and search terms and select Finish
03000008.png


7.Select a location for the data
8.You can also edit the query for the data
03000009.png


9.Note: Without editing the query, it will bring in the entire table. Most likely you will only want to bring in specific data

  • Example: Pull in Customer name, city, state, Contact and email:
  1. 0300000A.png
  2. This requires knowledge of SQL.


0300000B.png

  1. More complex SQL queries can be performed, please contact your local sql expert.

Print Report to Excel by Outputting search grids to excel

The final method is to print a report to Excel.


  • Output search grids to excel:

This is the simplest and quickest way to get data to excel. Any data you can show in an SME search grid can be output to excel. Here is how:

  1. First create the search grid or search view you want. There are many ways to get the grid to show information you want. Follow these steps and options to get the search grid to show what you want
  • Go to the module you want for information. For example, customers, service orders, invoices, etc.
  • Select Search
  • Select Options>Add Fields to Grid to select the information you want in the grid and then in excel.
  • Arrange the columns how you want by dragging the columns to the appropriate position.
  • If you want to group item, select the column and drag into the grey area above the columns.
  • If you want to filter certain data, select the green funnel icon towards the bottom left. This pulls up a filter too to filter on available data.


2. Next select Options>Export to Excel and select the path and filename for export.
3. Finally, open the Excel file you created and manipulate data as needed.



All reports can be output as many different types of formats, for example graphic formats, pdf, and Excel.

  1. Select the report you want to output to excel. You can select the reports in Doc Center>Reports or in the individual modules
  2. Select print
  3. Towards the bottom, select Print to File
  4. Select Excel File
  5. Select the location and name of the file to export