FormulaAlignment Enumeration

Enumeration used to describe how the formula expression operands are aligned when performing the formula evaluation.

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 FormulaAlignment
Members
  Member nameValueDescription
Auto0 The operands are aligned using hierarchies if this is possible, otherwise the records position number is used.
Hierarchical1 The operands are aligned using hierarchies. If this is not possible, the script is deemed invalid.
Positional2 The operands are aligned simply by using their records position number.
See Also