OffsetBehavior Enumeration

Enumeration used to define offset behaviors for the target comparison operand.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public enum OffsetBehavior
Members
  Member nameValueDescription
None0The comparison does not used the offset.
Factorial1The offset is applied as a multiplication factor to the target comparison operand.
Additive2The offset is added to the target comparison operand.
See Also