WebFOCUS Online Help > Managed Reporting Developer > Creating Reporting Objects > Other Component
How to:
Reference: |
You can use the text editor in the Other component to create and edit reporting object procedures. Access the Other component from the Reporting Objects window.
See the Creating Reports With WebFOCUS Language manual for more information about using the WebFOCUS language to code procedures.
Note:
The New Reporting Object window opens, as shown in the following image. Follow the upcoming steps.
The Reporting Object window opens.
Note: You cannot run a Reporting Object from the text editor. You must click Run in the Reporting Object window or right-click your report in the browser and click Run.
When using Amper Auto prompting, there are scenarios when users are prompted to supply amper variable values for parameters that the My Report owned by the user does not reference. These scenarios are directly related to the internal processing of My Reports based on Reporting Objects.
Auto prompting considerations and expected behavior must be understood when referencing amper variables within a Reporting Object. For information on the Amper Auto prompting facility, see the Developing Reporting Applications manual. The specification of values for the amper variables in the Reporting Object Other component using –DEFAULT, –DEFAULTH, or –SET commands will assign a default value for amper variables in a report request to avoid a FOC error for not specifying a value. A consideration for –DEFAULTH and –SET is that Amper Auto prompting does not prompt for amper variables that have values assigned using –DEFAULTH and –SET.
Whether a user is prompted by the Amper Auto prompting facility for amper variables assigned a default value using the –DEFAULT command is dependent on the setting of the WebFOCUS Client configuration parameter, IBIMR_prompting. When IBIMR_prompting is set to XMLPROMPT, users are prompted for amper variable values and defaults will be displayed in fields where the default values have been specified. When IBIMR_prompting is set to XMLRUN, users are not prompted for variables when all amper variables have been assigned a default value. For more information on setting the IBIMR_prompting parameter, see the WebFOCUS Security and Administration manual.
WebFOCUS |