Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsUser Event Enrollment - Possible Report???User Event Enrollment - Possible Report???
Previous
 
Next
New Post
12/15/2008 5:26 PM
 

Hello,

My company uses the events module for webinar training events. We typically have at least 10 events per week. This is working well for us in the exception of identifing which customer have enrolled for a specific event becuase you have to have edit access to to do so. Is there anyway I could use the reports module and create a list of  enrolled users for each event? I would like all events to be in a single report. Can something like this be done? If so,  what tables would I need to query?   Maybe even an example would be greatly appreciated!

Thanks,

Heck

 
New Post
12/15/2008 6:35 PM
 

Hi Heck,

Yes it can be done, EventsSignups is the table to look at for the key data, then link across to Events and Users for any extra information you need.

Cheers
Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
12/15/2008 11:37 PM
Accepted Answer 

That works very well.

Below is the SQL statement if it is of benefit to anyone else. It will save you some time. Displays Event, First Name, Last Name, e-mail address, and Begin Date. Default sort order is set to Begin Date (descending).

SELECT

Events.EventName AS Event, Users.FirstName AS [First Name], Users.LastName AS [Last Name], Users.Email AS [E-Mail], .EventTimeBegin AS Date

FROM

EventsSignups INNER JOIN

Events

ON EventsSignups.EventID = Events.EventID INNER JOIN

Users

ON EventsSignups.UserID = Users.UserID

ORDER

BY Date DESC

 

Events

 
New Post
12/16/2008 10:12 AM
 

Please remember that your tables can have an OBJECTQUALIFIER (defiend in your web.config).

If you use this query often, consider using a DNNReports module with that query, advisable on an admin restricted page (or module)


XCESS expertise center b.v.
Regards,
Ernst Peter
LinkedIn Profile Ernst Peter Tamminga


XCESS: DNN/Evoq specialist, zie www.xcess.nl

Events 7.0.1 - Released
Reports 6.1.0 - Released
 
New Post
1/30/2009 12:35 PM
 

Wow, this is great. It works for me when I just add 'Events' to the .EventTimeBegin part. My question however, is how does one specify a specific portal to query. I noticed with this query that all events registered for are shown.

thanks,

Kay

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsUser Event Enrollment - Possible Report???User Event Enrollment - Possible Report???


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out