Views field formatter Module provide a new field formatter: 'View' for each field types and allows you to select a View and to use its result instead of the original field value.
By default, the module sends 4 arguments to the selected View.
Those arguments in order are:
- Field value: The value of the field.
- Entity ID: The ID of the entity the field belongs to.
- Delta: If the field has multiple value, the delta. If not, zero.
- Revision ID: The revision ID of the entity the field belongs to.
in this video I'll show you how to use it.