With so much going on it has been hard to find the time to blog about cool new features.

But, I want to take a moment to talk about one that is particularly important.

In a recent post (http://blog.citysoft.com/blogp...readid=3565&catid=97), I discussed how to create custom reports on event registration in CE. As I mentioned then, the problem is that filtering for various event registration categories (ie "show me all completed registrations for this event" or "show me only pending registrations for this event", etc.) was too hard and not very intuitive.

There are some historical reasons that CE's reports evolved this way, but the main point here is that we have fixed this problem (yeah!).

Here's how it works. When you create a custom event report in CE using the "Events and Registrants" report template, there is a new field called "Event Registration Status". Include this field in your report and then filter against it using the "Contains" filter. The possible values for this field are as follows:
C = Complete
P = Pending
I = Incomplete
D = Deleted

So, to create a report that shows only the completed registrations for an event, you would use the following filter:
"Event Registration Status Contains C"

That's it.