Value Element (ASSL)
Article 12/09/2022
3 contributors
Feedback
In this article
Contains the value of the parent element.
Syntax
<AlgorithmParameter> <!-- or one of the elements listed below in the Element Relationships table -->
...
<Value>...</Value>
...
</AlgorithmParameter>
Element Characteristics
Characteristic
Description
Data type and length
See the table below.
Default value
None
Cardinality
1-1: Required element that occurs once and only once.
Element Relationships
The Value element contains the value associated with the parent object. The expected value of the Value element varies depending on the parent element, as described in the following table.
Parent element
Expected value
AlgorithmParameter
The value of the algorithm parameter.
Annotation
The value of the annotation.
Kpi
A Multidimensional Expressions (MDX) expression used to calculate the value of the key performance indicator (KPI).
ReportFormatParameter
The value of the report format parameter.
ReportParameter
An MDX expression used to calculate the value of the report parameter.
ServerProperty
The value of the server property for the currently running instance.
The elements that correspond to the parents of Value in the Analysis Management Objects (AMO) object model are AlgorithmParameter , Annotation , Kpi , ReportParameter , and ServerProperty .
See Also
Properties (ASSL)