Administrators who understand SQL server can create custom spreading patterns, accessible from the Grid Spread and Mass Allocate dialog boxes, by adding them to the HSP_SPREAD_PATTERN database table.
To add a custom spreading pattern:
Enter row values to name and represent how values are spread from a parent cell:
Table 85. HSP_SPREAD_PATTERN Table
Column | Description |
---|---|
NAME — VARCHAR (80) UNIQUE NOT NULL | Internal name (not displayed) |
LABEL — VARCHAR (80) NOT NULL | Reference to a string ID in the resource file, which displays in the user interface. If a string resource is not created, the LABEL string identifier displays instead (for example “Label_Spread_445”). |
PATTERN VARCHAR (255) NOT NULL | Space delimited; one or more elements, up to 255 characters:
|
The new patterns display as spreading options on the Grid Spread and Mass Allocate dialog boxes.
See also the Oracle Hyperion Planning User's Online Help and Examples of Spreading Patterns.