I have an InfoPath forms library in my SP site, and need to create view with more than 8(I guess thats the limit) filters. It would help If I can somehow implement a Field Contains 'ABC' OR 'DEF' OR 'GHI'
kind of functionality, by just using one filter column in the view.
Or if some way I can just use as many filters as I want instead of the limit!
Asked
Active
Viewed 206 times
0

camelbrush
- 236
- 6
- 16
1 Answers
0
For more filters you need to use data view webpart.
Please add the web part using sharepoint designer and configure it accordingly.
Thanks

Ali Murtaza
- 109
- 1
- 9
-
is there anyway to implement a Field Contains 'ABC' OR 'DEF' OR 'GHI' by just using 1 column of filter? – camelbrush Mar 17 '13 at 13:44