Closed (outdated)
Project:
Entity Registration
Version:
7.x-1.2
Component:
Registration Views
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2013 at 06:24 UTC
Updated:
11 Jun 2023 at 17:17 UTC
Jump to comment: Most recent
Comments
Comment #1
aaronott commentedaucovic
The way I created it was the following.
* When creating a new view in the "Show" dropdown, select Registrations
* for the display format I chose Table (it just looks nicer I think)
I set my path as: node/%/registrations/attendees This allows me to set this as a tab for the event.
With the % in the path, I added Content: Nid
For the Relationships:
Registration: Registration to Node to tie the registration to the event
Registration: User So I can pull the username
Then add your fields.
This may not be the best way, but it works for me.
Comment #2
aucovic commented@aaronott, thx for your reply!
Actually I have created a view in the same way as you have, it works but... what if user registers multiple times for a single event? You will get user listed multiple times in the attendee list right? (It is beacuse you are pulling data from the registration entity table!) I do not want that. I want to see each user in a list, listed only once, regardless of how many times the user have registered for an event.
Comment #3
jenbrinn commentedI have a similar problem. I can't get it to only show those signed up for that particular node--for some reason, it shows everyone signed up for everything.
Any advice?
Comment #4
jenbrinn commentedNevermind. I figured it out. :)
Comment #5
aucovic commented@jenbrinn Can you please explain how did you solve this problem? Thx!
Comment #6
Renee S commentedI'm guessing a relationship or contextual filter?
Comment #7
onpointmedia commentedYes, by adding the contextual filter "(node from Registration) Content: Nid".
Before you have to add the relationship "Registration: Registration to Node"
Comment #8
john.oltman commented