ExportOneLineBody

Examples


This setting, when used in conjunction with specific report formatting, allows each record in a report body section to be exported to a tab-delimited or comma-delimited file as a single line.

Syntax

ExportOneLineBody = option

Parameters

option - A boolean indicating whether report body records will be exported as a single line:

[spacer]

Value

Description

TRUE

Causes an entire record in the report body to appear as a single line in an export file.

FALSE

Causes each line in the body of a report to be exported as a separate line in the export file. FALSE is the default value.


Comments

If you will be using reports to export data to tab-delimited or comma-delimited files, you must place fields on the report layout in a special way so the export file has the proper format. The fields to export must be placed in the body of the report, in the order they are to appear in the export file. The following illustration shows the layout of a report to export seller data from the Real Estate Sales Manager sample application.

[spacer]

When you add the ExportOneLineBody = TRUE setting to the defaults file and export the report, the items in the report body will appear as a single line in the export file. The following illustration shows the output file when the report above is exported to a comma-delimited file.

[spacer]


Documentation Feedback