Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

UserDefinedFunction

Parent article

A UserDefinedFunction is a function which extends the MDX language. It must be implemented by a Java class which implements the interface mondrian.spi.UserDefinedFunction.

Attributes

AttributeData TypeDefinition
nameStringName with which the user-defined function will be referenced in MDX expressions.
classNameStringName of the class which implements this user-defined function. Must implement the mondrian.spi.UserDefinedFunction interface.