Reputation: 57
I have sports contents, so I create 2 content types season and teams, I added a reference field to the season content type which get the list of teams to select the teams in this season... Now I need to create a view to list teams under specific season, so I know I should use relationship and argument but I failed to do it
So I need the steps to create a view to list teams under specific season
Upvotes: 1
Views: 88
Reputation: 493
View should look something like this: filter:
Relationship:
fields:
now about selecting season you can use: exposed filter for season OR you can use arguments Settings for arguments:
Hope this helps
Upvotes: 1