By sakib000 on
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?
Comments
The operator "Is All Of"
The operator "Is All Of" means "posts which are Drupal and Wordpress at the same time". Try "Is One Of".
Thanks rusty, it works
Thanks rusty, it works