I have created an entity reference view based on a profile2 entity, which returns the delta values of a field called 'child names', filtered by user ID.

When I try to reference this view in a field collection only the last of the delta (child name) values in shown.

For example...

- Profile2 field is called 'child names' and cardinality is 0
- Contextual filter is uid
- A user has three children with names of Peter, Jane and John
- When the entity reference view is included as part of field collection only the last child name value is returned. e.g. John
- No offsets are being stipulated.

What do I need to change to make all delta values of the 'child name' field appear in the entity reference view that is displayed in my field collection?