A comma-separated list of the columns or expressions that control the grouping of the data transferred from the DataWindow to the OLE object. When there is more than one grouping column, the first one is the primary group and the columns that follow are nested groups.
OLE Object controls
Describe and Modify argument:
"olecontrolname.GroupBy { = ' columnlist ' }"
Parameter |
Description |
---|---|
olecontrolname |
The name of the OLE Object control for which you want to get or set the grouping columns. |
columnlist |
(exp) A list of the columns or expressions that control the grouping. If there is more than one, separate them with commas. Columnlist can be a quoted DataWindow expression. |
Target and Range also affect the data that is transferred to the OLE object.
Select the control and set the value in the Properties window, Data category.
[Visual Basic] dw1.Modify(" _
ole_report.GroupBy='emp_state, emp_office'")
dw1.Modify("ole_report.GroupBy='year'")