Description
Returns a Bool indicating
whether any fields of the query are aggregated.
Aggregated
fields are grouped together for display in the resulting query or chart. This
property is read-only.
Syntax
VBScript
querydef.IsAggregated
Perl
$querydef->GetIsAggregated();
- Identifier
- Description
- querydef
- A QueryDef object.
- Return value
- True if any of the fields in the query are aggregated,
otherwise False.