I think you were correct with the AND. I know OR does not work because they are exclusive sets and as a result, you get no data returned when using NotEqualTo. At first AND looked incorrect, but it was the correct answer, Since BOTH statements had to be true to allow Data to pass.
Type <> Labor (true)
AND
Type <> OFE (true)
If Both are true then include the data. If either are False then the Item would be excluded. I had to build a logic table to get my head around this. I guess that is the reason I was looking for a simpler way to EXCLUDE data.
Originally Posted by nkarthick
|
Ch,
Could you please try changing the "And" logical operator to "OR", so that it will filtered out both Labor and OFE items. Sorry about yesterday's post i used "And" operator instead of "OR"
Hope it helps.
|