Using Views Arguments

Date: Nov 2, 2009
User photo
Acquia
Avg. rating:
4.8571428571429
Number of articles: 7
This content applies to the following products:

This video demonstrates using arguments in Views to control the display of content.

An argument passes a query to a view through the URL. For example:

http://example.com/user/3/posts

In this case, '3' is the argument, a user ID. The argument tells the view to display the posts of the user 3.

5
Your rating: None Average: 5 (1 vote)