Report or Query on Status History

In RE NXT (or RE 7), I'd like to build a query or report based on Opportunity Status History (Proposal Status History) to see how opportunities are changing over time, but I don't see a way to get there.

Is anyone else doing this successfully and how are you building this type of report or query?

Answers

  • Joe Moretti
    Joe Moretti Community All-Star
    Kudos 5 Third Anniversary Raiser's Edge NXT Fall 2025 Product Update Briefing Badge First Reply

    Actually there is no way to do this. Blackbaud has giving us the Opportunity Status History, but absolutely no way to report on this. And the history was never available in Database View. So until Blackbaud figures this out, there is not way to report on this.

  • Amy, I actually do this via the skyapi feeding into a DW with a simple process that keeps the history of proposal status.

  • do you have instruction for this?

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge

    While the "data" of opportunity status history is available via SKY API, which in turns "allows" for reporting, it is somewhat of a "heavier" lift than usual. Unlike other SKY API where you get a list of all the data you need (i.e. gift list, constituent list, opportunity list, etc), the opportunity status history can only be retrieved ONE opportunity at a time. So the basic instruction would look something like:

    1. Obtain list of opportunity via Opportunity List API
    2. For each opportunity
      1. get the opportunity status history
    3. store all the data (opportunity and its status history) somewhere retrievable (i.e. SharePoint, Azure SQL data warehouse, etc)
    4. Create report via Power BI (or other visualization tool) using the data retrieved

    If you have some experience with SKY API and MS Power platform already, this wouldn't be too difficult of a learning curve, however, if you never done SKY API and MS Power platform before, it is going to be harder.

Categories