Skip to content

Commit db1080a

Browse files
authored
Mismatching: group by sales order, instead: group by category
Wording error: In the code used for this report there is no order id's to group by, instead we group by categories as guided earlier by docs.
1 parent 49ee3d3 commit db1080a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reporting-services/tutorial-creating-a-basic-table-report-report-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ After you create groups, you can add and format rows on which to display aggrega
170170
171171
2. The second row will repeat once for each line item in the sales order and display the product name, order quantity, and line total.
172172
173-
3. The third row will repeat once for each sales order to display subtotals per order.
173+
3. The third row will repeat once for each sales order category to display subtotals per category.
174174
175175
4. The fourth row will repeat once for each order date to display the subtotals per day.
176176

0 commit comments

Comments
 (0)