Ok. I have a tablix the pulls data from a sproc. It also has a total of all columns, Now they want a secondary total that subtracts one certain record(bob) in the tablix from that total. But I never know where bob will show up. I do know that bob will always be in the records that come back. Can this be done
Can you create another dataset and apply a filter for Bob only to that set., or you could alter the SPROC although that's overkill for one filter, or you could add direct SQL to a new dataset for Bob in SSRS.