MOO.AGGREGATE
MOO.AGGREGATE
Runs an aggregation on the cube passed to the program over the dimensions passed.
The aggregation uses default aggmap created based on the cube dimensions.
Syntax
call moo.aggregate([Cube],[AggDims],[Status]{yes|no})
Definitions
| Argument | Description | 
| Cube | Object name of the cube to be aggregated | 
| AggDims | A multi-line list of dimensions over which the cube will be aggregated | 
| Status | Retain status of dimension set during the aggregation on exit. | 
Return Value
None or error message
Examples
call moo.aggregate('OPEX_CUBE' , 'ACCOUNT/nCOST_CENTRE/TIME' , YES)