How to remove node from view if node's field is empty

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
drupalprojects's picture

Hi
I'm usign Drupal 7 + Views.
I have a content type with Gallery field which is Image field with unlimited number of values.
I want to list the nodes with at least one image and hide nodes without images uploaded.

Let's say I have 2 nodes:
1) Page 1 with images
2) Page 2 without images

So I want page 1 without images to be displayed in view.
I've tried to add Filter Criteria: Content: Gallery (field_images:delta) - Is Not Empty and it works - Page 2 without images is not displayed anymore, but Page 1 appears twice. See attached screenshots.

Thanks!

AttachmentSize
view.png4.12 KB
view_setting.png30.65 KB