FieldIncludeOthers Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether other groups should be included in a collective group when they fall outside an applied top or bottom N
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IncludeOthers { get; set; }
Public Property IncludeOthers As Boolean
Get
Set
public:
virtual property bool IncludeOthers {
bool get () sealed;
void set (bool value) sealed;
}
function get_IncludeOthers();
function set_IncludeOthers(value);
Property Value
Type:
BooleanTrue if other groups should be included in a collective group when they fall outside an applied top or bottom N
Return Value
Type:
BooleanTrue if other groups should be included in a collective group when they fall outside an applied top or bottom N
Remarks See Also