Set a persistent link to another chart in order to display its raster bases. This chart link must be the chart version id of another chart.
Input
Parameter | Type | Description |
|---|---|---|
p_chartversion_id | NUMBER | Chart Version ID. |
p_chartlink | NUMBER | Link to another chart with raster bases. |
Example
EXEC P_PPRAPI.SET_CHART_LINK(64, 21); |
Exceptions
• Chart cannot link to itself.
• Chart version id '<chartver_id>' is invalid or does not currently exist.