Add a sheet to a chart. A chart may have only one sheet.
Input
Parameter | Type | Description |
|---|---|---|
v_chartver_id | NUMBER | Chart version ID. |
v_layout | NUMBER | Orientation. |
v_margnb | NUMBER | Margin bottom. |
v_margnl | NUMBER | Margin left. |
v_margnr | NUMBER | Margin right. |
v_margnt | NUMBER | Margin top. |
v_pheigh | NUMBER | Paper height. |
v_ppsize | NUMBER | Paper size. |
v_pwidth | NUMBER | Paper width. |
v_tsheet | NUMBER | Type of sheet. |
v_sheet1 | VARCHAR2 | Sheet title (Language 1). |
v_sheet2 | VARCHAR2 | Sheet title (Language 2). |
v_cmmnts | VARCHAR2 | Comments. |
Output
Type | Description |
|---|---|
INTEGER | The ID of the new sheet version. |
Example
See ADDPANEL example .
Exceptions
• Chart version id is required.
• Value '<value>' is not valid for attribute '<acronym>'. Date format is YYYYMMDD, e.g. 20081231.
• Value '<value>' is not valid for attribute '<acronym>'. It should be an integer.
• Value '<value>' is not valid for attribute '<acronym>'. It should be a number.
• The specified version of the chart is not the current version and can not be edited
• The current version of the chart is closed and can not be edited