Hey all.

All of the help requests I am seeing for help with passing arguments to views are in regards to IDs of some sort.

What I am trying to do is the following:

* User clicks on a date (the date has a link attached to identify it) - IE: (base_url)/events-filter/10-3-2009
* I have a view setup with that path -- events-filter/% (% so that the view knows that there is an argument being sent over)
* Once the URL is hit, the view is called and the argument should make it so that the view returns the events that happen on the argument date.
* The view page will then display these results to the user.

Any ideas? I seem to be stuck on the argument passing here.

Thanks!

Comments

shanejeffery86’s picture

Anyone?

dawehner’s picture

You have to use the Date Field Argument. It would help, if you would export what you did already.

esmerel’s picture

Status: Active » Closed (fixed)

Suggestion given, no response to request for more info.