1 olap.yedDiagram
<olap.yedDiagram
schema='schema'
cubes='cubes'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aschema | String | Name of the schema. | |||
Acubes | String | Name of the cube or the cubes. |
Example
Copy
<xsql-script name='yedDiagram'> <body> <println> <olap.yedDiagram schema='s_foodmart' cubes='Sales' /> </println> </body> </xsql-script>