<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.blackbaud.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Spotlight : conferences</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/tags/conferences/default.aspx</link><description>Tags: conferences</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Debug Build: 20611.960)</generator><item><title>SQL Queries for Patron Edge, Part I</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2009/11/11/sql-queries-for-patron-edge-part-i.aspx</link><pubDate>Thu, 12 Nov 2009 00:12:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:49255</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=49255</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=49255</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2009/11/11/sql-queries-for-patron-edge-part-i.aspx#comments</comments><description>
&lt;p&gt;While giving a session at the Museum Computer Network conference on extracting data from a Patron Edge database, one of the attendees suggested creating a handful of sample queries. The idea is that with some samples showing the important table joins, users can run with them, expand on them, or even just push them directly into Excel to do pivot tables.&lt;/p&gt;

&lt;p&gt;With that in mind, here are a couple of samples to get started:&lt;/p&gt;

&lt;blockquote&gt;
  
&lt;p&gt;select * 
    &lt;br /&gt;from ReportStatic 
    &lt;br /&gt;inner join Clients on Clients.cltCode = rpsMailingList
    &lt;br /&gt;inner join Orders on Orders.ordCode = rpsOrder&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The ReportStatic table is one of the major data warehouse tables in the system. It has a row for every ticket sale and return, including event tickets that are part of a subscription. Below are some useful fields that aren’t intuitive without having worked in the back end for a while. Check them out:&lt;/p&gt;

&lt;ul&gt;
  
&lt;li&gt;rpsTickCode – For single tickets, this is the Tickets.tiCode field. For subscription event tickets, it is the TicketsSubscription.tisCode field&lt;/li&gt;

  
&lt;li&gt;rpsMailingList – Corresponds to Clients.cltCode&lt;/li&gt;

  
&lt;li&gt;rpsOrder – Corresponds to Orders.ordCode&lt;/li&gt;

  
&lt;li&gt;rpsSaleStatus – Active tickets have a status of 1, canceled tickets are a 9&lt;/li&gt;

  
&lt;li&gt;rpsTickType – Corresponds to Colors.clrStatus&lt;/li&gt;

  
&lt;li&gt;rpsPriceLevel – Corresponds to Tariff.taCode&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now, let’s add a little more to the query:&lt;/p&gt;

&lt;blockquote&gt;
  
&lt;p&gt;select * 
    &lt;br /&gt;from ReportStatic 
    &lt;br /&gt;inner join Clients on Clients.cltCode = rpsMailingList
    &lt;br /&gt;inner join Orders on Orders.ordCode = rpsOrder
    &lt;br /&gt;inner join CalculatedCommission on CalculatedCommission.clcTicketNum = rpsTickCode&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This gives us some new fields to look at:&lt;/p&gt;

&lt;ul&gt;
  
&lt;li&gt;clcCommission – Corresponds to Commission.cmsCode&lt;/li&gt;

  
&lt;li&gt;clcCachInOut – 0 means a positive amount (i.e. commission), 1 is a negative amount (i.e. discount)&lt;/li&gt;

  
&lt;li&gt;clcType – 1 for single tickets, 4 for memberships/subscriptions&lt;/li&gt;

  
&lt;li&gt;clcStatus – 0 for active, 9 for returned&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hopefully this will help you get started writing your own queries and reports. Be sure to leave a comment here, or start a new thread on the Patron Edge forum, with questions and to share your own queries.&lt;/p&gt;
&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=49255" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Patron+Edge/default.aspx">Patron Edge</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/conferences/default.aspx">conferences</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/development/default.aspx">development</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/SQL/default.aspx">SQL</category></item><item><title>Call for Upcoming Conference Feedback</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2009/10/01/call-for-upcoming-conference-feedback.aspx</link><pubDate>Thu, 01 Oct 2009 13:17:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:44749</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=44749</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=44749</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2009/10/01/call-for-upcoming-conference-feedback.aspx#comments</comments><description>
&lt;p&gt;One of the sessions at November&amp;#39;s Blackbaud conference will be Effective Pricing and Discounting Strategies for Arts &amp;amp; Cultural Organizations. With that in mind, we wanted to gather as much feedback as possible to tailor the session to your needs. If you can, please check out the quick, five-question survey below.&amp;nbsp; Please email your responses to the session coordinator jackie.huffman at blackbaud dot com. The more responses we get, the better the session will be. Thanks!&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;
When do you offer discount pricing to the general public (non-members)? Choose all that apply.
&lt;ol&gt;&lt;li&gt;The day of the event&lt;/li&gt;
&lt;li&gt;The week of the event&lt;/li&gt;
&lt;li&gt;The month of the event&lt;/li&gt;
&lt;li&gt;All of the above&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;

&lt;li&gt;Do you use any of these promotion strategies? Choose all that apply.
&lt;ol&gt;&lt;li&gt;Coupon with a promotion code&lt;/li&gt;
&lt;li&gt;Buy one get one free offers&lt;/li&gt;
&lt;li&gt;Combo offers that include multiple events&lt;/li&gt;
&lt;li&gt;Packages with different types of events/items (e.g. dinner discount and event tickets or a CD and the performance tickets)&lt;/li&gt;
&lt;li&gt;Other? Please specify.&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
 

&lt;li&gt;Have you used any revenue management techniques? Choose all that apply.
&lt;ol&gt;&lt;li&gt;Airline style pricing in which the closer to the event the higher the prices&lt;/li&gt;
&lt;li&gt;Charging premium prices for specific events &lt;/li&gt;
&lt;li&gt;Last minute discounting&lt;/li&gt;
&lt;li&gt;Other? Please specify.&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;



&lt;li&gt;What are the biggest challenges your organization faces in regards to pricing and promotion? What are you doing to deal with them?&lt;/li&gt;&lt;li&gt;Would you be willing to share your experiences? If so, please provide contact information and one of our presenters will contact you.&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=44749" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Marketing/default.aspx">Marketing</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/conferences/default.aspx">conferences</category></item><item><title>Blogging the INTIX Conference</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2009/02/10/blogging-the-intix-conference.aspx</link><pubDate>Wed, 11 Feb 2009 02:02:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:39387</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=39387</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=39387</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2009/02/10/blogging-the-intix-conference.aspx#comments</comments><description>&lt;p&gt;&lt;img title="INTIX 2009" style="WIDTH:501px;HEIGHT:136px;" height="136" alt="INTIX 2009" src="http://www.blackbaud.com/images/blogs/SLC_web_banner.jpg" width="501" align="middle" /&gt;&lt;/p&gt;
&lt;p&gt;So I&amp;#39;ll be honest.&amp;nbsp;INTIX was a little more somber this year, and definitely had fewer attendees. The sessions at INTIX Chicago last year had a lot more depth.&amp;nbsp;Most of the ones I attended this time around were so high level that, while there were a few ideas for new side projects, there wasn&amp;#39;t a lot of applied knowledge to bring back and share with you directly. The vendor booth was great though. I got to see some longtime clients and talk about how things are going (and brought one along for some &lt;a class="" title="it&amp;#39;s not the camera, I&amp;#39;m naturally dark and out of focus" href="http://www.facebook.com/photo.php?pid=1502166&amp;amp;id=679868806" target="_blank"&gt;dive-bar karaoke&lt;/a&gt; again this year). The &lt;a class="" title="seriously, go here" href="http://www.halecentretheatre.org/" target="_blank"&gt;Hale Centre Theatre&lt;/a&gt; was gracious to give my colleagues and me the full tour where we got to see all of the fun bits backstage, or around- and under-stage really since it&amp;#39;s a theatre in the round.&amp;nbsp;They also showed us amazing clips from past productions that highlight some of the incredible things they&amp;#39;ve been able to pull off technically.&amp;nbsp;If you&amp;#39;re ever in Salt Lake City, miss whatever you have to in order to make it to one of their shows.&lt;/p&gt;
&lt;p&gt;This year&amp;#39;s conference reminded me of something I&amp;#39;d kind of forgotten, having&amp;nbsp;been off the frontline as a phone support rep the last couple of years. I enjoy hearing what&amp;#39;s going on with you all. Of course I love hearing about what is going well. But I also like hearing what kind of back office management, patron services, and even development and finance issues are going on. It&amp;#39;s often those conversations that lead to new insights, features, and customizations that allow you to focus more on your passion and worry less about your software. You can post a blog comment or start a thread on the &lt;a class="" href="http://forums.blackbaud.com/" target="_blank"&gt;forums&lt;/a&gt; to get input from other readers (I check them 2-3 times a week for new posts), or you can shoot me an email to talk about what&amp;#39;s going on or just to vent a little. If I see a way to help I will, and I love a challenge; just ask around if you don&amp;#39;t believe me.&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=39387" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/conferences/default.aspx">conferences</category></item><item><title>Blogging the AZA Conference, Part II</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/09/25/blogging-the-aza-conference-part-ii.aspx</link><pubDate>Thu, 25 Sep 2008 20:12:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:37103</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=37103</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=37103</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/09/25/blogging-the-aza-conference-part-ii.aspx#comments</comments><description>&lt;p&gt;Continuing on with some more stuff I picked up at the conference, there was a big push on social media and keeping a well-maintained web presence. See below for the highlights and some ideas on how you can improve the web experience for your visitors, members and donors.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The session:&lt;/strong&gt; Using Web 2.0 for Education, Advocacy, and Outreach&lt;font size="3"&gt;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;&lt;strong&gt;The concept:&lt;/strong&gt; The social web is here. If you ignore it you are doing your organization and your mission a big disservice. Having a presence on the social web does not mean creating an account on every social networking site, but choosing carefully which ones to participate in, based on where your market is.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The details:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For those who still aren&amp;#39;t familiar, the main concept of the term &lt;a class="" title="web 2.0" href="http://en.wikipedia.org/wiki/Web_2.0" target="_blank"&gt;Web 2.0&lt;/a&gt; is that the web is no longer a one-way information portal. It now serves and connects people in new ways every day, with things like blogs, forums, wikis, podcasting, video sharing, social networking and other tools.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;You cannot afford to ignore your web presence.&lt;/em&gt; If you haven&amp;#39;t built your own web presence on at least one of the major social networking sites, someone else has probably already done it for you and may be accidentally (or deliberately) spreading incorrect information.&amp;nbsp;If you haven&amp;#39;t created an account on &lt;a class="" title="facebook" href="http://www.new.facebook.com/home.php" target="_blank"&gt;Facebook&lt;/a&gt; or &lt;a class="" title="myspace" href="http://www.myspace.com/" target="_blank"&gt;MySpace&lt;/a&gt;, take a quick look because it&amp;#39;s likely that a fan of your organization is running a page under your name. During this session there were real-life examples of where this had happened. Luckily in every case, the person running the page was very happy to give it over to the actual organization. Know where you are and what things say about you.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Your brand does not belong to you anymore.&lt;/em&gt; Since the web has become so social, the reputation economy rules. You can live and die by reviews and comments about your organization. That&amp;#39;s why it is so important to put out lots of your own content and work with individuals who are your fans. One zoo did a Flickr search for photos taken by visitors and found lots of images, some of them pretty high quality. They then went one better, sponsoring a Flickr photo contest with a prize (with rights to use the images on their site and in publications, of course), and this brought in hundreds of photos from individuals. People on the web are creating an impression of you that is out of your hands. Do what you can to mold that impression, and harness the creativity of the folks online who love what you do.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Be choosy about where you spend your time online. &lt;/em&gt;Instead of ignoring web presence, some people create the opposite problem by putting themselves on every social network they can find. Learn which sites your market is using and put a lot of time and effort into developing your presence on those sites. Don&amp;#39;t create a presence on 10 different social networks, because chances are that you won&amp;#39;t be able to keep up with all of them and those who do find you will only see outdated, half-finished content. My personal opinion is to skip MySpace altogether, it only provides any value as a place for bands to put music and concert schedules. Go with &lt;a class="" title="facebook" href="http://www.new.facebook.com/home.php" target="_blank"&gt;Facebook&lt;/a&gt;, and keep your eye on a newer social network called &lt;a class="" title="brightkite" href="http://brightkite.com/" target="_blank"&gt;BrightKite&lt;/a&gt;, which is a location-based network. I think this one is going to get huge in the next 1-2 years.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Many people prefer self-service when possible.&lt;/em&gt; This one is pretty simple and was thrown out as an afterthought, but it shouldn&amp;#39;t go unsaid. Your visitors and members want to be able to add and remove themselves from mailing lists, change their address and edit other personal details.&lt;/p&gt;
&lt;p&gt;Now get out there, join a social network, improve your website and leave a comment about your experience!&lt;/p&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=37103" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Marketing/default.aspx">Marketing</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/conferences/default.aspx">conferences</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/social+media/default.aspx">social media</category></item><item><title>Blogging the AZA conference, part I</title><link>http://forums.blackbaud.com/blogs/patronedge/archive/2008/09/22/blogging-the-aza-conference-part-i.aspx</link><pubDate>Mon, 22 Sep 2008 14:28:00 GMT</pubDate><guid isPermaLink="false">f90a95a0-00e2-4810-8af8-0bbdde08f853:36691</guid><dc:creator>Nicholai Burton</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/rsscomments.aspx?PostID=36691</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://forums.blackbaud.com/blogs/patronedge/commentapi.aspx?PostID=36691</wfw:comment><comments>http://forums.blackbaud.com/blogs/patronedge/archive/2008/09/22/blogging-the-aza-conference-part-i.aspx#comments</comments><description>&lt;p&gt;Sorry for not getting any posts out last week. I was at the conference for the Association of Zoos and Aquariums in Milwaukee and was taking everything in. There were a lot of specific kinds of issues I didn&amp;#39;t realize that zoos face, but many of the problems and business practices do have a broader reach. In this series, I&amp;#39;m going to discuss relevant bits of information I picked up at various sessions and talk about how you can apply it to your organization to help achieve your mission.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The session:&lt;/strong&gt; Membersip Marketing: Integrating Marketing Principles into your Membership Program&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The concept:&lt;/strong&gt; The speakers discussed having strong reporting and knowing where your market is, and taking advantage of the web to increase your reach and enrich your members&amp;#39; lives. This session was pretty good overall, and while a lot of the things discussed are common sense there were some cool perspectives on membership marketing and really good stuff on member retention.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The details:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Get new members to visit you as frequently as possible during that first year.&lt;/em&gt; An actively engaged member is much more likely to stay a member for a long time compared to a member who has only visited you once or twice in a year and doesn&amp;#39;t know your mission. Have an inexpensive event or mixer for first-year members to get to know each other. If you&amp;#39;re a zoo, it can be as simple as a behind-the-scenes animal feeding with a zookeeper. If you&amp;#39;re an art&amp;nbsp;museum it could be a brief lecture by a local art historian about your latest exhibition. Get creative, but get those people in!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If members get messages that aren&amp;#39;t relevant, they will tune you out.&lt;/em&gt; With information overload in the form of mail, email, TV, radio&amp;nbsp;and the web,&amp;nbsp;you have to stay relevant in order to keep a person&amp;#39;s filter from coming down on you. Once a member has decided that you aren&amp;#39;t pertinent to his life, chances of renewing that membership are very low. If you send out electronic or print newsletters, there should be two versions; one that goes to visitors on your mailing list, and another one tailored specifically to members. Give the members something special, like an interview with a zookeeper/curator/creative director or extra detail about specific news items. Members aren&amp;#39;t just visitors, they support your mission and want to know what is going on.&amp;nbsp;The member-focused version should always include a web address to renew memberships on your site.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Tailor&amp;nbsp;your marketing efforts to different target groups.&lt;/em&gt; Make sure you know who your market is made up of, and then determine the best way to reach those groups that are important to you. Do some data analysis to find out what ZIP codes are attending most frequently; send different marketing/renewal materials based on new vs. mult-year members or based on frequency of visits. One zoo wanted to&amp;nbsp;to reach a large, Spanish-speaking market for membership, and did a lot of research rather than just sending out a direct mailing. The zoo determined that these folks have tightly-knit families and value family time greatly. They also frequently work overtime or more than one job, and want to relax on days off.&amp;nbsp;This zoo&amp;#39;s marketing materials described how there was &amp;quot;so much to see you can&amp;#39;t finish in one day&amp;quot; and this was a major turn off. The organization wrote new materials that focused on the family aspect, the ability to bring a picnic, etc, written in native Spanish (not just translating the English copy). It was a hit and the zoo saw a major increase in membership by that market.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Measure marketing results.&lt;/em&gt; Marketing involves quite a bit of testing to see what works. Every organization creates and sends&amp;nbsp;marketing materials,&amp;nbsp;but many fail to measure the effectiveness of those campaigns. Simply capture the marketing information at the time of sale by having a quick &amp;quot;how did you hear about us&amp;quot;, both at the point of sale and online. It doesn&amp;#39;t require any customization and you can get the data back out using canned reports like the Marketing Campaign Report. It only adds a couple of seconds to a sale but makes a big difference in finding out whether or not you are spending your marketing dollars wisely.&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;&lt;font size="2"&gt;Go take some of these ideas and run with them, and I&amp;#39;ll be back again soon with more information from this and other great sessions.&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;img src="http://forums.blackbaud.com/aggbug.aspx?PostID=36691" width="1" height="1"&gt;</description><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/Marketing/default.aspx">Marketing</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/memberships/default.aspx">memberships</category><category domain="http://forums.blackbaud.com/blogs/patronedge/archive/tags/conferences/default.aspx">conferences</category></item></channel></rss>