QueryResult.Select

Syntax:

Select(<TabOrderType>, <Groups>, <GroupsForGroupValues>)

Parameters:

<TabOrderType> (optional)

Type: QueryResultIteration.
Specifies the record tab order type for the selection.
Default value: Linear.

<Groups> (optional)

Type: String.
The list of groups for tabbing, separated by commas.
Specify the empty string for detailed records. If no groups are specified, the next group specified in the "TOTALS" query sentence will be used.

<GroupsForGroupValues> (optional)

Type: String.
The list of comma-separated groups from which group values for tabbing will be selected. If you set this option to "All", all group values will be selected. If you specify an empty string, group values will be selected beginning from the previous group.

Returned value:

Type: QueryResultSelection.

Description:

Creates query result records selection.

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

Obtaining very large selections (more than 64Mb) requires sufficient disk free space used for temporary server and client files.

Example:

Selection = QueryResult.Choose();

    

1C:Enterprise Developer's Community