Click or drag to resize
FieldIncludeTies Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if ties should be included in the top/bottom N groupings

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IncludeTies { get; set; }

Property Value

Type: Boolean
True if ties should be included in the top/bottom N groupings

Return Value

Type: Boolean
True if ties should be included in the top/bottom N groupings
Remarks