fgl_report_createProcessLevelDataFile

Configures the report execution to output an XML datafile.

Syntax

fgl_report_createProcessLevelDataFile(
   dataFileName STRING )
  RETURNING driver om.SaxDocumentHandler
  1. dataFileName - Name of the data file to generate.
  2. driver - Returns an om.SaxDocumentHandler if no error occurred.

Usage

Function that configures the report execution to output an XML datafile.

This function configures the execution to output data to the specified file. Calling this function will configure the report engine to output the data file only. You can use the function fgl_report_runReportFromProcessLevelDataFile to run a report getting the data from this XML file.

See Usage.