Here is the example
Table:
Location ...............................................................Region
=======.............................................................=========
Mumbai East......................................................North
Mumbai South...................................................Valley
Mumbai North...................................................Mountain
In the report, I want all rows where 'North' (or the Region value) is not contained in Location and so, in the example, I should get the first two records.
Please advise, any tip is highly appreciated.