I have a report where I have multiple fields and I want to filter out records of a group on the basis of 2 fields and still show all the other records.
for eg I have 5 fields, the values of status are Open, Closed, Review.
ID DATE DESCRIPTION STATUS ACTION
I have grouped the report on the basis of STATUS. I want to show the records for the group STATUS = CLOSED with DATE after 2013/08/01 only, and show all the other records.