range filtering This OR That
range filtering This OR That
Ive been trying to write a range filter where i have one text field and it basically performs a search on two columns.
Maybe a range filter isnt what im looking for, but i need the filter to look at two columns and filter accordingly.
is it a matter of calling two fnFilter methods ?
fnFilter on column 1
fnFilter on column 2
the problem is if it doesnt find it in filter 1 it will remove all the data, so the second filter will not return anything. This is like its doing an filter 1 AND filter 2.
Just cant seem to figure out how to do the OR part.
Any help would be greatly appreciated.
-Matthew
Maybe a range filter isnt what im looking for, but i need the filter to look at two columns and filter accordingly.
is it a matter of calling two fnFilter methods ?
fnFilter on column 1
fnFilter on column 2
the problem is if it doesnt find it in filter 1 it will remove all the data, so the second filter will not return anything. This is like its doing an filter 1 AND filter 2.
Just cant seem to figure out how to do the OR part.
Any help would be greatly appreciated.
-Matthew
This discussion has been closed.