In my report in SSRS 2008 I have created a expression for the CasesShipped column like this:
=IIF(Fields!Current_Product.Value= "Match"," ",Sum(Fields!Cases_Shipped.Value))
It sums the Cases_Shipped value having same distributor item code. Now I want to apply a filter for the Cases_Shipped drop down list value to report records after previously mentioned activity.
How can I do this?
