1 olap.cube.clearErrors
<olap.cube.clearErrors>
<value /> !
</olap.cube.clearErrors>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Evalue | cube | Cube of which you want to clean the errors. |
Returns | |
---|---|
Type | Description |
integer | Returns the number of cleaned errors. |
Example
Copy
<xsql-script name='olap_schema_cube_clearErrors'> <body> <return> <olap.cube.clearErrors> <olap.schema.getCube name='Sales'> <olap.schema name='s_foodmart' /> </olap.schema.getCube> </olap.cube.clearErrors> </return> </body> </xsql-script>