CR Version 8.5
SQL database
For performance reasons, I have been checking the "Group on Server" option for reports that only summarize data at the group level. When I show the SQL query, the "Group By" statement is never there.
I have tried starting with a skeleton report of two tables - Vendor and PurchOrders, linked by VendId. When I add the group "VendorCode" and check the SQL query, I see the "Group By Vendor."VendorCode" statement.
As soon as I add any fields to the report, even if it is just a running total field, the "Group By" statement disappears from the SQL query.
Can anyone shed some light on how you get the grouping to be done on the server?
Thanks in advance,
MrBill
SQL database
For performance reasons, I have been checking the "Group on Server" option for reports that only summarize data at the group level. When I show the SQL query, the "Group By" statement is never there.
I have tried starting with a skeleton report of two tables - Vendor and PurchOrders, linked by VendId. When I add the group "VendorCode" and check the SQL query, I see the "Group By Vendor."VendorCode" statement.
As soon as I add any fields to the report, even if it is just a running total field, the "Group By" statement disappears from the SQL query.
Can anyone shed some light on how you get the grouping to be done on the server?
Thanks in advance,
MrBill