Modifying Web Data Form Scripts

To add any additional columns to an existing data form, use these steps.

To add a Parent member and its children:

Syntax

<RowNumber>=Member.hierarchy

Member hierarchy can be any valid system list (Children, Base, Hierarchy, Descendants, and so on).

Example:

R1=A(NewTempGSTotal.[Children].

R2=A#NewTempGSTotal, CustomHeaderStyle:font-weight:bold

Note:

CustomHeaderStyle:font-weight:bold displays the content in bold.

To add a blank line:

Syntax

<RowNumber>=Blank

Example: The following syntax is an example of a blank line with a transparent background color.

R1=Blank,CustomHeaderStyle:background-color:transparent;border-right:transparent;Style:;background-color:transparent;border-right:transparent

To add a member:

Syntax

<RowNumber>=Member

The following example shows adding a member to Row 14 with the content in bold.

R14=A#NIBTLS,CustomHeaderStyle:font-weight:bold

For more details on developing Data Forms, see the Oracle Hyperion Financial Management Administrator's Guide.