Newer Version Available
EvaluatedCondition Class
Contains the individual components of an evaluated condition for a
report notification, such as the aggregate name and label, the operator, and the value that
the aggregate is compared to.
Namespace
EvaluatedCondition Constructors
The following are constructors for EvaluatedCondition.
EvaluatedCondition(aggregateName, aggregateLabel, compareToValue, aggregateValue, operator)
Signature
public EvaluatedCondition(String aggregateName, String aggregateLabel, Double compareToValue, Double aggregateValue, Reports.EvaluatedConditionOperator operator)
Parameters
- aggregateName
- Type: String
- The unique API name of the aggregate.
- aggregateLabel
- Type: String
- The localized display name of the aggregate.
- compareToValue
- Type: Double
- The value that the aggregate is compared to in the condition.
- aggregateValue
- Type: Double
- The actual value of the aggregate when the report is run.
- operator
- Type: Reports.EvaluatedConditionOperator
- The operator used in the condition.
EvaluatedCondition Methods
The following are methods for EvaluatedCondition.