Grouping Functions
| Macro Name | Returns | Description |
|---|---|---|
GROUPBY |
One new column with a value for each row | Summarizes across multiple rows of data within a group |
GROUPBY_WHERE |
One new column with a value for each row | Summarizes across multiple rows of data that meet a specified condition and are within a group |