Closed (fixed)
Project:
Signup
Version:
5.x-2.2
Component:
Views integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2007 at 12:29 UTC
Updated:
9 Oct 2007 at 15:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwNo one can tell you what's going wrong without more info about what you tried. You could, for example, export your attempted view of past events, put that code in a .txt file, and attach that to this issue. Then, someone might be able to spot an error and suggest an improvement.
Comment #2
altparty commentedOf course :-). Here it is.
Comment #3
altparty commentedMaybe some explanation would help in this case. I use the same query to select the events (parties) the user has signed up. The filter in that case is: event starting date >= now. To display a list of signed up parties in the past, I use this filter: event starting date < now. But this leads to an empty result. What am I doing wrong?
Comment #4
altparty commentedstatus changed...
Comment #5
altparty commentedSolved. Removed 'where' - clause as described in http://drupal.org/node/181627.