Expand Minimize
This topic has not yet been rated - Rate this topic

Condition Element (ASSL)

Contains a Multidimensional Expressions (MDX) expression that determines whether the Action parent element applies to the target.


<Action>
   ...
   <Condition>...</Condition
      ...
</Action>

Characteristic Description

Data type and length

String

Default value

None

Cardinality

0-1: Optional element that can occur once and only once.

Relationship Element

Parent element

Action

Child elements

None

The Condition element contains an MDX expression that evaluates to a Boolean value. If the expression returns True, then the Action applies to the target specified in the Target element. Otherwise, the Action is not applicable.

The element that corresponds to the parent of Condition in the Analysis Management Objects (AMO) object model is Action.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.