Using SQL Server 2014
I have a report, that runs a stored procedure, the resulting set brings back all records. For example all cars sold and not sold for the last 6 months.
Based on the initial data set I have created a Matrix, that shows by month how many cars were sold and not sold.
When the Report is run the matrix shows sold and not sold but after the report has been run I would like to filter only the matrix part of the report between sold, not sold and both, is this possible?
Thanks