ARMultiSchemaFieldFuncStruct
Identifies the column of interest and indicates the type of aggregation to use. The associated list structure, ARMultiSchemaFieldFuncList
, allows specifying more than one field and/or aggregation function.
typedef struct ARMultiSchemaFieldFuncStruct { /* New */
ARNameType queryFromAlias;
ARInternalId fieldId;
Int funcId;
} ARMultiSchemaFieldFuncStruct;
This structure has these elements:
Element |
Description |
---|---|
|
Alias of the form to which the field belongs. (Aliases are defined in the Note Because the |
|
Internal ID of the specified field (For information about field IDs, see Finding fields by label, name, or ID). |
|
Type of aggregation to use. The possible values for the
|
Comments