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

CalculatedMemberProperty

Parent article

Property of a calculated member defined against a cube. It must have either an expression or a value.

Attributes

AttributeData TypeDefinition
nameStringName of this member property
captionStringA string being displayed instead of the Properties's name. Can be localized from Properties file using #{propertyname}.
descriptionStringDescription of this calculated member property. Can be localized from Properties file using #{propertyname}.
expressionStringMDX expression which defines the value of this property. If the expression is a constant string, you could enclose it in quotes, or just specify the value attribute instead.
valueStringValue of this property. If the value is not constant, specify the expression attribute instead.