Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Count of Cells based on columns in SSRS

$
0
0
Select TOP 1000 SUM(UnitPrice),SUM(ExtendedAmount)
FROM dbo.FactInternetSales
where SalesTerritoryKey IN (6,7,1,9,4)

How can I write expression in SSRS to achive this kind of aggregation.

Viewing all articles
Browse latest Browse all 3145

Trending Articles