I'm trying to filter on the cell level. I've accomplished the below through Pivoting my dataset in SQL. However, it requires a lot more work (the sample dataset below is very small compared to the full dataset). As a side note - I trigger these in PDF format through a subscription. Would someone mind giving me some help? Thanks very much.
Below is a same of my dataset (I put the data in Excel to make it easier):
Below is a design view of my report. This is the expression:
=IIF(Fields!Category.Value = "AppsErr" AND Fields!PNm.Value = "OP", Fields!Calc.Value, Fields!Calc.Value)
A screen-shot of the result is here: (I apologize, the forum indicated I can only load two images. So I put the next two links in a public dropbox folder.)
However, I'm hoping to achieve this:
(And then in the next set of columns to the right I would put in an expression for the PNm value "IN".)