By default, aggregate query group results use the fully-qualified path name of each grouping field. You can shorten the output result by using an alias for each grouping field. The alias name is used instead of the fully-qualified name. For example:The fully-qualified field name Sender.Person.Name is used for the field parameter in each group element. An alias can be substituted for a grouping field by appending AS name or .AS(name) to the grouping field. The two syntaxes are equivalent. The AS function’s parameter can be an unquoted term or a quoted string. Example:With either form, the alias Name is used in the output as shown below:<field name="Name">(null)</field><field name="Name">Quest Support</field><field name="Name">spb_setupbuilder</field>