TopBottomTiePolicy Enumeration |
Namespace: Dundas.BI.Data.Metadata
Member name | Value | Description | |
---|---|---|---|
None | 0 | The policy is not set. | |
ExcludeTies | 1 | The ties are not processed in any special way.
The result includes strictly the number of top/bottom records requested. This is desired behavior when the screen space available is paramount. | |
IncludeAllTies | 2 | All tied records are returned, irrespective on the position they occupy in the top/bottom hierarchy. | |
IncludeAllTiesInLastPosition | 3 | The setting ensures that all tied records with the same value are included in the result, the moment one or more of them are selected for processing. |