Hi All,
I have a table called Table1 with the following fields and types.
ZoneName(nvarchar),OutletID(nvarchar),CatID(nvarchar),SaleDate(datetime),TotalUnits(decimal),DollarSales(decimal),Profit(decimal).
Using the above Table1 I want to get the Sum(TotalUnits),Sum(DollarSales),Sum(Profit)...