Closed (fixed)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2011 at 10:00 UTC
Updated:
28 Nov 2016 at 21:04 UTC
Jump to comment: Most recent
Comments
Comment #1
valderama commentedups, orignially posted the issue in the wrong queue
Comment #2
AndrzejG commentedDid You try the EVA (http://drupal.org/project/eva)? I mean EVA holds only Collected fields and is attached to the host entity as a bundle.
Comment #3
tim.plunkettPostponed on #1047784: [Meta] Views Integration for field collection.
Comment #4
h.arefmanesh commentedI also want to filter field collection item by host entity id.
can anyone help me Please?
Comment #5
charlie-s commentedSame issue. Sub.
Comment #6
charlie-s commentedYou can include the field_collection ID as an excluded field and then use Views PHP to print a PHP field with something like this:
Now $host_entity is your node or whatever the field_collection is attached to. Thus $host_entity->nid would be your node id.
Comment #7
zunaeid commentedThis is working for me
Comment #8
jmuzz commentedThe suggested solutions should work as far as I know.