Project: Views
Version: 5.x-1.6

Hello,
I have a cck field Labeled as For: with values Drupal, Wordpress, Html Template. Now I want to use views to show only Wordpress and Drupal stuffs using filter. But when i select multiple values as shown in screenshot below, it shows an empty page. When I select only one value, it works fine. Any idea why?

http://drupal.org/files/issues/untitled_11.JPG

Comments

cog.rusty’s picture

The operator "Is All Of" means "posts which are Drupal and Wordpress at the same time". Try "Is One Of".

sakib000’s picture

Thanks rusty, it works