Two groups in a report
I need to have a report with 2 groups (or more) but with only one query.
Example : my query is
select * from customer, orders where orders.CustNo = customer.CustNo
And I need to group by SaleDate or by CustNo
So I need to 'Order by' before grouping. Is it possible in Fastreport to change the 'order' before grouping ?
Thx
Phil
Example : my query is
select * from customer, orders where orders.CustNo = customer.CustNo
And I need to group by SaleDate or by CustNo
So I need to 'Order by' before grouping. Is it possible in Fastreport to change the 'order' before grouping ?
Thx
Phil
Comments