Crystal going away will hurt our organization

Options

We have been using Crystal Reports for years as part of our monthly closing process. The “retirement” of this program will hurt our organization's ability to report. Additionally, the timing is absolutely dreadful. With year-end gift volume, our staff is already all hands on deck and does not have time to research or train on other options to get the information we need.

Are other organizations experiencing this frustrating lack of understanding about how poorly this is timed?

Also, any suggestions on other programs we can use to get the information we have been getting from Crystal Reports?

Tagged:
«1

Comments

  • This is the first time I'm hearing this! ? Does it just apply to NXT? We're still on RE7.

  • Marie Stark
    Marie Stark ✭✭✭✭✭
    Ancient Membership Facilitator 3 Name Dropper Photogenic

    I have not received any notice and I have tons of Crystal reports. Can you tell us what notice you received?

  • Here's the landing page. I got an email this morning telling me support for Crystal will end on December 15.

  • I received an e-mail this morning. It might be that they are doing this to different organizations at different times.

    As part of our ongoing product modernization efforts, we routinely evaluate and update features and functionality including access to third-party applications. Please see below for an important update regarding end of support dates for the following applications accessed via Citrix.

    On December 15, 2021, we will no longer support the ability to create or edit custom reports using Crystal Reports directly within any Blackbaud solution. Users will still be able to view historical reports and export file formats that work with Crystal Reports.

    On February 28, 2022, we will end support and access for the following applications:
    • Infor F9 (Financial Edge®)
    • Questica Advanced Budget Management (Financial Edge®)
    • Raiser’s Edge® Call Center Plugin
    To guide your organization through the retirement of these applications, we created a Citrix apps end of support (EOS) landing page that includes replacement options, frequently asked questions, and additional resources.

    We realize this may cause a disruption for your organization, but we appreciate your partnership. If additional applications need to be retired in the future, we will continue to communicate with your organization about those changes.

    Sincerely,

    Blackbaud




  • Completely blindsided by this, and right in the middle of EOY too. Is this not a breach of contract, since Crystal was part of the services we all contracted for?

  • While I doubt we can expect anything, I added an idea requesting this not be done. https://re7.ideas.aha.io/ideas/RE7-I-6423

  • I received the same email and thought December 15th 2021??? They are crazy.

    But, I was told Crystal Reports was NOT supported back in 2017 after we converted from Ellucian Banner. Reporting was a major concern, because I was leaving a database where I had back-end access and had complete control over the reporting of data by using sql, or by using sql in ARGOS. The sales people assured us that I would have back end access using Crystal Reports. We convert and find out there is no true back-end access when hosted. That was the first surprise. The second was when I was told that Crystal Reports would not be updated to a newer version and that Blackbaud no longer supported Crystal Reports at all.

    Now, I get this email explaining that Crystal Reports will no longer be supported after December 15th 2021. Imagine my shock at being misled…… again.

    I guess I can be happy that I don't have any reports out there I must transition in some way.

    Good luck to you all who have crystal reports out there.

  • I downloaded their trial and the MDB files are not supported and the two the suggest are not offered in RE.

    Any thoughts from anyone?

  • We have DOZENS of reports in Crystal. Some I use every day. Others we use during events and I have so many reports out there. I am devastated! I am not hopeful that this desktop version of Crystal is going to work. I'd love to hear if anyone has any suggestions.

  • Michele Thompson:

    We have DOZENS of reports in Crystal. Some I use every day. Others we use during events and I have so many reports out there. I am devastated! I am not hopeful that this desktop version of Crystal is going to work. I'd love to hear if anyone has any suggestions.

    If you have crystal reports which do not need editing, you will still be able to run those reports supposedly. You can also create reports in advance. For instance, a report where the Fiscal Year changes… you could create more reports for future Fiscal Years, to allow for training and/or a move to a different software.

    The deadline is horrible though.

  • I agree that the abrupt end of crystal reports sucks! Also, using their web ex reporting system isn't user friendly and doesn't provide every single field to pull in reports

  • Marie Stark
    Marie Stark ✭✭✭✭✭
    Ancient Membership Facilitator 3 Name Dropper Photogenic

    It seems like their standard reports are Crystal reports. I'm wondering what they are doing with those.

  • @Marie Stark I emailed customer success and asked that question. They assured me there were no plans to remove those canned reports as of yesterday.

    Personally, I will be looking at other options besides the Pay-to-play tools they've acquired like Reeher. I will be forced to find another way, as my administration will not fund BB's Reeher software and we all know that reporting in webview is just not up to the task. Probably I will use the monthly backup in a sql server with sql server management studio as campus already has license for it.

  • Yikes!! I received the notification as well! So glad I checked out Community this morning!! I had not seen the notification until I saw this post. Does this mean we can still use the Crystal Reports that we are currently using? This has us all in a panic!! We only have a handful that we use but we use them!!!! I know the ones we have keep disappearing from the Plug Ins and I have to ask BB to add them back. Until new reporting has the functionality that is needed Crystal should stay and then give us a deadline a year or so down the road to prepare.

    Again does this mean we can still use the ones we are currently using? #notgoodnewsduringthebusiesttimeoftheyear #savecrystal

  • We did not get the Crystal Reports going away email. Can anyone copy theirs on here? If we didn't get the notice, will they still do it to us?

  • @Cheryl Gillespie If your RE database is hosted, I think you would be included. If it is locally run (a server on premises) you would not lose any functionality, from what I understand.

  • Thanks for your reply. I think RE hosts it, but not sure. This would be a huge blow to our reporting process. Was it ever an announcement or just email? Seems like they are being somewhat sneaky about it.
  • I'm not certain if it was an Announcement or not, but I know the emails went out. Apologies! I thought someone had pasted a copy of the email.

  • In preparation for the December 15th retirement of Crystal Reports and have created a custom report for each of our Crystal Reports so we will be able to run our most of our customized reports with minimal impact. Thank you, Mark!

    However, some require date changes to the header so the report prints the correct weekly/monthly/yearly date. For instance, we run a weekly Gift report in Crystal and update the header to reflect the current reporting period (11/15/21 through 11/19/21). Are there formulas I can create in Crystal such as current week, last week, current, last month, etc. to allow the report to print the correct date? The other option I found was to export to a PDF and edit (find and replace) to update the date information. Not horrible unless you have 100+ pages that need to be updated.

    Thanks in advance for any help!

  • Create a formula field with something like this in it:

    "Gifts between " & Minimum({Gf.Gf_Date}) & "and " & Maximum({Gf.Gf_Date})

    Then place that field in your header.

  • Actually, this would be better date formatting:

    "Gifts between " & totext(Minimum({Gf.Gf_Date}),"MM-dd-yyyy") & "and " & totext(Maximum({Gf.Gf_Date}),"MM-dd-yyyy")

Categories