Previous Topic: Customizing the date_range ParameterNext Topic: Post Processing


Customizing Results for Display or Download

By default, you can download the complete set of results from an iConsole search in XML Spreadsheet format, suitable for loading into Microsoft Excel. This behavior can be customized in three ways:

Built-in support is provided for two formats;

Note: Built-in download formats are case-sensitive.

Custom formats can be implemented using Extensible Stylesheet Language Transformations (XSLT). A stylesheet named 'format'.xsl must be written to perform the required transformation from the search results, and saved in the following folder on the Web Service (back-end) server:

WebService\transformations\report-formats

Writing such transformations is beyond the scope of this document.

Note: The built-in download formats are highly optimized in order to support large numbers of results without reaching system time-out limits. Formats making use of XSL transformations will perform more slowly and should only be used when the number of results is modest (c. 2000), depending on the complexity of the transformation.

Note: Inline document formats are processed as part of the search and are therefore not subject to time-out issues, except when downloading the final document.

More information:

Toolbar Button to Show Excel Spreadsheet