Reporting API Functions / Functions to change reporting options |
Configures the report execution to output an XML datafile.
fgl_report_createProcessLevelDataFile( dataFileName STRING ) RETURNING driver om.SaxDocumentHandler
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.