dabenavidesd
New Member
- Joined
- Apr 29, 2014
- Messages
- 11
Hi, I wanted to filter by "not in this column criteria" in boolean form ... OR ... OR like this:
[TABLE="width: 267"]
<TBODY>[TR]
[TD]Type</SPAN>[/TD]
[TD]Vendor</SPAN>[/TD]
[TD]Sales</SPAN>[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]<>Davolio</SPAN>[/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]<>Buchanan</SPAN>[/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]=Suyama</SPAN>[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Type</SPAN>[/TD]
[TD]Vendor</SPAN>[/TD]
[TD]Sales</SPAN>[/TD]
[/TR]
[TR]
[TD]beverage</SPAN>[/TD]
[TD]Suyama</SPAN>[/TD]
[TD]5122 $</SPAN>[/TD]
[/TR]
[TR]
[TD]Meet</SPAN>[/TD]
[TD]Davolio</SPAN>[/TD]
[TD]450 $</SPAN>[/TD]
[/TR]
[TR]
[TD]food</SPAN>[/TD]
[TD]Buchanan</SPAN>[/TD]
[TD]6328 $</SPAN>[/TD]
[/TR]
[TR]
[TD]food</SPAN>[/TD]
[TD]Davolio</SPAN>[/TD]
[TD]6544 $</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL><COL></COLGROUP>[/TABLE]
And it turns out it doesn't filter anything.
Note 1: I can't make this example smaller, because it will work if I just leave 1 criteria like <>Davolio, but I want dismiss hundreds of criteria from thousand rows table.
Note 2: Actual contents of criteria tange is:
="<>Davolio"
="<>Buchanan"
="=Suyama"
Can you explain me why is this behavior ocurring?
Thanks in advance
[TABLE="width: 267"]
<TBODY>[TR]
[TD]Type</SPAN>[/TD]
[TD]Vendor</SPAN>[/TD]
[TD]Sales</SPAN>[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]<>Davolio</SPAN>[/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]<>Buchanan</SPAN>[/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]=Suyama</SPAN>[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Type</SPAN>[/TD]
[TD]Vendor</SPAN>[/TD]
[TD]Sales</SPAN>[/TD]
[/TR]
[TR]
[TD]beverage</SPAN>[/TD]
[TD]Suyama</SPAN>[/TD]
[TD]5122 $</SPAN>[/TD]
[/TR]
[TR]
[TD]Meet</SPAN>[/TD]
[TD]Davolio</SPAN>[/TD]
[TD]450 $</SPAN>[/TD]
[/TR]
[TR]
[TD]food</SPAN>[/TD]
[TD]Buchanan</SPAN>[/TD]
[TD]6328 $</SPAN>[/TD]
[/TR]
[TR]
[TD]food</SPAN>[/TD]
[TD]Davolio</SPAN>[/TD]
[TD]6544 $</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL><COL></COLGROUP>[/TABLE]
And it turns out it doesn't filter anything.
Note 1: I can't make this example smaller, because it will work if I just leave 1 criteria like <>Davolio, but I want dismiss hundreds of criteria from thousand rows table.
Note 2: Actual contents of criteria tange is:
="<>Davolio"
="<>Buchanan"
="=Suyama"
Can you explain me why is this behavior ocurring?
Thanks in advance