Reference > Default Quick Actions > Quick Action Templates > Export Data

* * * New or Improved for 2014.1 * * *  Export Data Quick Action

Use this quick action with the data export integration connection. See Exporting Data.

Export Data Quick Action

  • Multi-select parameters are not supported for this Quick Action. Please use simple text parameters.
  • Only a simple table valued report template can be exported. Grouped records are not supported.
Parameter Description
Report Name

Choose a report from the drop-down list. See Reports.

Check Can Run from Export Data Quick Action within the report configuration page.

Can Run for Multiple Records Check to include data from multiple records. We recommend, as a best practice, including a unique field, such as RecId, in the dataset.
Export Connection Choose the defined connection from the drop-down list. System administrators create the connections. See Configuring Data Integration.
Schedule Choose a schedule from the drop-down list. See Schedule Entry.
Report Parameters

The report parameters are automatically generated based on the chosen report. Not all reports contain parameters.

In the Source Value field, you can use a field, enter an expression, or enter a specific value. Only non-scheduled reports (run now) can use expressions.

Export Format

The type of file to be exported:

  • Comma separated values - Field values are separated by commas (CSV).
  • Excel - File can be opened by MS Excel (.xls or .xlsx).
  • XML- Generic data can be read by other systems. See Important Note About XML files below.
Field Delimiter

This field appears when you select Comma Delimited Type. Enter the field delimiter (for example, #), or choose an option from the drop-down list:

  • Comma (,)
  • Colon (:)
  • Semicolon (;)
Record Delimiter This field is enabled when you select Comma separated values. Enter the record delimiter (for example, % or ###).
Qualifier This field is enabled when you select Comma separated values. Enter the character you want to use as an escape character (for example, %%%).