Difference between revisions of "Query Results"

From EHS Help
Jump to: navigation, search
m (Results Pivot Table & Chart)
(Results Pivot Table & Chart)
Line 84: Line 84:
  
 
[[File:Pivot table.png]]
 
[[File:Pivot table.png]]
 +
 
'''[[Pivot Tables|Detailed instructions on building a pivot table]]'''
 
'''[[Pivot Tables|Detailed instructions on building a pivot table]]'''
  

Revision as of 11:23, 20 September 2013

AquilaCRS icon.png

This topic is for AquilaCRS


Introduction

The query results are divided into two sections: the data table and the pivot table.

Results Data Table

Query results are presented in a data table which allows local filtering, sorting and grouping.

IBID Query Results.png

See the Data Tables topic for more details on sorting, filtering and grouping.

Record Limits

For speed of response, only the first 200 records of any query are returned. To return more, or all records, select View > Max Records and set the appropriate value.

Max records.png

Transferring large amounts of data across the network can result in slow response times or time-outs. Try to restrict your results by carefully entering your Query Filter and selecting only the necessary fields in the Output Field list.

Exporting data

From version 1.2 users will need the Export permission in order to take data out of the database

Excel

Menu: Export > Export to Excel...

Since version 1.1.8 it is no longer necessary to have Excel installed on your machine in order to export to Excel.

Selecting this menu option will prompt you for a folder and file name, and also a file type that is equivalent to the different versions of Excel files.

Navigate to your required folder and enter a meaningful filename & press OK.

Once the export has completed Windows Explorer will be opened with your file highlighted. If you have Excel installed you can double click to open the worksheet directly.

CSV (Comma Separated Values)

Menu: Export > Export to CSV...

The CSV format is a commonly used data inter-change format. Exporting to CSV can be used when you need to import the data into a database or spreadsheet product other than Excel.

The data is exported in a format similar to this snippet (with headers):

 "UK Postcode District","Year","Month","Injury Week"
 "SK3","1987","5","16"
 "SK9","2002","5","16"

When choosing to export to this format you are prompted to set specific values for the delimiter, separator and other values:

Csv export options.png

Select the folder & file name. Generally you will leave the remaining options as is, unless you have a specific requirement. Press OK to export.

Once the export has completed Windows Explorer will be opened with your file highlighted. You can now work with your file independently.

PDF

Menu: Print > Report to PDF

Use this option to create the PDF file from the currently displayed data table.

Menu: Print > Report Page Setup

Use this option to adjust page sizes, orientation, etc.

Menu: Print > Report Preview

Displays a preview of the PDF output on screen. Use this option to check the output is correct before saving to PDF.


Results Pivot Table & Chart

A pivot table can help summarise and provide insights into otherwise flat data. One has to start producing a pivot table by first deciding what information one wants out of the pivot table, such as how many cases did we admit last year on a monthly basis?.

Pivot tables are available natively in many applications, notable MS Excel. Functionality in iBID is provided to allow ad-hoc table production without the need to export potentially sensitive data outside of the iBID database.

Detailed instructions on building a pivot table

The Pivot Table is also accompanied by a chart that is linked to the pivot table and dynamically updates itself as you modify the pivot table. The chart defaults to a Column type and there are options to change this.

Pivot table.png

Detailed instructions on building a pivot table

View Options

Menu: View

The view menu contains options to allow the user to toggle the visibility of the pivot table and chart independently.

There are also options to alter the chart type to one of the following:

  • Area
  • Bar
  • Column
  • Line
  • Pie
  • Stacked Area
  • Stacked Bar
  • Stacked Column

Further customisations to the chart can be made via the Customise chart... menu and choosing the Options tab.

Save Pivot Table Definition

Menu: File > Pivot Definition

There are functions to save and load the pivot table definition to a file.

  • No data is saved with the pivot table definition, only the field names and their locations
  • The source data must contain the fields that were used in the original pivot table when loading pivot definitions.
  • Pivot Table definition files can be shared with other users

There is no need to save the chart definition as it is directly linked with the pivot table.

Exporting Data

Menu : Export

The export menu on the Pivot Table tab allows the user to export the pivot table as an Excel workbook. Note that the pivot table is exported as a standard worksheet in Excel, not as an Excel pivot table.

There is also an option to save the Chart as an image. The default image type is PNG that is widely supported in Office applications and on the web. JPEG, EMF & WMF are also available where needed.

Printing Data

Menu: Print & Publish

The Print & Publish menu contains the following options:

  • Print Pivot & Chart: Opens the standard print dialog & prints pivot & chart
  • Pivot & Chart to PDF: outputs pivot & chart components to a PDF file
  • Pivot & Chart Preview: on-screen display of how the output will look
  • Report Page Setup: allows configuration of page orientation, scale, size etc.