Using Data Form Scripts
The Script feature enables you to view, modify, and print the script. You enter the syntax in the text box on the Script page.
You can use three types of syntax elements when creating data form scripts: keywords, values, and options. Keywords are on individual lines in the script and are placed to the left of the equal sign. Values are placed immediately after the equal sign to complete the line. Options can be added to a line of script where each is delimited by a comma.
Note:
When a value is required, it must be specified before options. Options are never required and can be in any order.
Sample data form scripts are installed with Sample Applications for Oracle Hyperion Financial Management. The files are located in the Sample Applications folder in the directory to which you installed Financial Management.
Note:
Data entry form script elements are not case-sensitive.
Table 7-1 Data Form Script Syntax
Script Syntax | Description |
---|---|
Use in a row definition to allow the user to add data for a member that previously had no data or contained zeros and was suppressed from the form. The option adds an icon to the form that, when clicked, enables the user to select members to add to the form. |
|
Use to specify the background dimension members for the form. |
|
Use to insert a blank row, column, or cell into the form. |
|
Use to define each column in a form. |
|
Use to specify if the row calculation is used when a cell has an intersecting column calculation. |
|
Use with Link in a row definition to link to another data entry form. |
|
Use to specify whether the row or column accepts cell text input. |
|
Use to specify custom header text to be displayed in place of the member label or description. Use in a row or column definition. You cannot use these keywords for Custom Headers:
|
|
Use to assign custom style attributes to a row or column header. |
|
Deprecated. Do not use. |
|
Use to specify the input box width on the form. |
|
Use to specify the number of decimal spaces for the form. This keyword overrides the decimal settings for the cell currency. Use NumDecimals to override this setting for a row, column, or cell. |
|
Use to specify the height of all rows in the form. |
|
Use to specify the scale for the form. |
|
Use to specify how dimension headers display in the form. Show labels and/or descriptions, set style attributes, set maximum or fixed width. |
|
Use to create instructions in HTML-formatted text and links. |
|
Use to specify if line item detail displays for the selected cell only or for all periods. |
|
Use with Cell_Link to link to another data entry form. |
|
Use to specify the maximum number of cells for a data form. |
|
Use to optimize performance of sparse forms. Use with forms containing more than 10 columns. |
|
Use to turn off suppression for one or more rows or columns. This setting overrides other suppression settings in the form: SuppressInvalidRows, SuppressNoDataRows, SuppressZeroRows, SuppressInvalidCols, SuppressNoDataCols, SuppressZeroCols. |
|
Use to specify the number of decimal places for a row, column, or cell. This keyword overrides the decimal settings for the cell currency and the decimal setting for the form FormNumDecimals. |
|
Use to specify which on-demand rules are available for the data form. |
|
Use to specify a different POV or calculation for one or more rows or columns or to add style attributes or set the scale. Use in a row or column definition. |
|
Use to specify whether to hide the dimension in the POV. |
|
Use to specify the order of dimension names in the POV. |
|
Use to specify the number of columns to print on each page. |
|
Use to specify the number of rows to print on each page. |
|
Use to print headers on each page. |
|
Use to define each row in a form. |
|
Use to specify read only rows, columns, or cells. |
|
Use to specify the description for the form. The description cannot contain an ampersand (&). |
|
Use to specify the label for the form. These characters are not supported for Data Form labels: Ampersand (&), asterisk (*), backslash (\), colon (:), comma (,), curly brackets ({ } ), double quotation marks (""), forward slash (/), less than and greater than (< >), number sign (#), parentheses ( ), period (.), pipe (|), plus (+), question mark (?), semi-colon (;), and trailing underscore (_). |
|
Use to specify the security class for the form. |
|
Use to set the form type. The value must be set to WebForm. |
|
Use to resize the row header width in reference to the total width of the form. |
|
Use to specify server-side calculations for a row, column, or cell. |
|
Use to specify scale for a row, column, or cell. Valid values are -12 to 12. This setting overrides the form scale setting. See FormScale. |
|
Use to specify the selectable dimension members in the form. |
|
Use to show descriptions for dimension members. |
|
Use to show labels for dimension members. |
|
Use to add a text string to a column, row, or cell. |
|
Use to specify the style attributes for a row, column, cell, or dimension header. |
|
Use to prevent repeated column headers from displaying. |
|
Use to prevent invalid cells in from displaying in columns. |
|
Use to prevent invalid cells from displaying in rows. |
|
Use to prevent columns with no data from displaying. |
|
Use to prevent rows with no data from displaying. |
|
Use to prevent repeated row headers from displaying. |
|
Use to prevent columns with zeros from displaying. |
|
Use to prevent rows with zeros from displaying. |