I have to handle teams. The data structure is: Name, Team, Function
Some people have more than one function or are in more than one team. This I handle via a multigroup with Team and Function as fields.
Lets assume Fred is player in team-a and trainer in team-b.
Filtering for "team = team-a" and "function = trainer" gets Fred selected but he is not a trainer in team-a.
This could be solved by a filter which requires, that the delta-value for the 2 fields (Team and Function) are the same. The delta-values are available in the filter section, but there is no option, to request them to be equal. I think such filtering would be required.
Best regards
Werner

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-3.x-dev » 6.x-2.x-dev
Component: node data » Views Integration

CCK provides all its filters and stuff.

wla_g’s picture

Status: Active » Closed (fixed)

In the actual CCK 3.x-dev version this filter now is integrated and works as I have expected. For me the issue is solved.
Best regards
Werner