I'm using signup in combination with events to create an event calendar (list) per user. To display on the userprofile I use two views, one for upcoming event and one for past events. But I don't manage to create the right query for the past events. No past events show up.

Any suggestions?

CommentFileSizeAuthor
#2 view_party_history.txt1.94 KBaltparty

Comments

dww’s picture

Status: Active » Postponed (maintainer needs more info)

No 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.

altparty’s picture

StatusFileSize
new1.94 KB

Of course :-). Here it is.

altparty’s picture

Maybe 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?

altparty’s picture

Status: Postponed (maintainer needs more info) » Active

status changed...

altparty’s picture

Status: Active » Closed (fixed)

Solved. Removed 'where' - clause as described in http://drupal.org/node/181627.