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.
Syntaxe
VBScript
queryfielddef.IsGroupBy
queryfielddef.IsGroupBy NewValue
Perl
$queryfielddef->GetIsGroupBy();
$queryfielddef->SetIsGroupBy(NewValue);
- Identificateur
- Description
- queryfielddef
- A QueryFieldDef object.
- Nouvelle valeur
- A Boolean that specifies whether the field is included
in a group-by clause when aggregation functions are used.
- Valeur de retour
- Returns a Boolean whose value is True if the field is included
in a group-by clause when aggregation functions are used, False otherwise.