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.3.0.1000)
Syntax public enum FormulaAlignment
Public Enumeration FormulaAlignment
public enum class FormulaAlignment
Members
| Member name | Value | Description |
---|
| Auto | 0 |
The operands are aligned using hierarchies if this is possible, otherwise the records position number is used.
|
| Hierarchical | 1 |
The operands are aligned using hierarchies. If this is not possible, the script is deemed invalid.
|
| Positional | 2 |
The operands are aligned simply by using their records position number.
|
See Also