IsGroupBy

Description

Sets or returns whether the field is in a group-by clause. Enables you to include a field in the group-by clause when aggregation functions are used.

Syntax

VBScript


queryfielddef.IsGroupBy 
queryfielddef.IsGroupBy NewValue 

Perl


$queryfielddef->GetIsGroupBy();
$queryfielddef->SetIsGroupBy(NewValue); 
Identifier
Description
queryfielddef
A QueryFieldDef object.
NewValue
A Boolean that specifies whether the field is included in a group-by clause when aggregation functions are used.
Return value
Returns a Boolean whose value is True if the field is included in a group-by clause when aggregation functions are used, False otherwise.