Postprocessing Other Component


The Postprocessing Other component contains custom code that must run after all other components. You can use the text editor in the component to create and edit code, or to paste the code that you have copied from another application.

To create or edit a Postprocessing Other component, double-click the component, or select the component and click Edit on the ribbon. Alternatively, right-click the component and select Edit. The Postprocessing Other dialog box opens.

See the Creating Reports With WebFOCUS Language manual for more information about using the WebFOCUS language to code procedures.

Note:

  • Syntax and error checking is not performed on the commands that you type until the Reporting Object is run.
  • Commands in the Postprocessing Other component should not return a displayable answer set.
  • InfoAssist previews in the Report component and the Chart component are disabled if the Postprocessing Other component contains the syntax:
    -OLAP ON

    To avoid this issue, enable OLAP through the Reporting Object properties instead of the Postprocessing Other component. For more information on the Reporting Object properties, see Properties of a Reporting Object.