| Create (Function) | (icCube MDX extension) |
Creates a function.
Description
icCube allows for declaring a function at schema level. This function is then available as any other regular MDX function (e.g., topCount). The syntax for declaring a function is very much similar to the declaration of a calculated member.
CREATE [ CONST ] FUNCTION name( arg, ... ) AS MDX-expression
A function can be declared as const using the CONST keyword. See the "Declared Functions" link later in this page for more details.
The following examples are demonstrating several features of these function declarations.
See Also
Declared Functions Drop (Function) Create (Member) Create (Set)
Examples
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.