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
-
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.
1 -
Amy, I actually do this via the skyapi feeding into a DW with a simple process that keeps the history of proposal status.
2 -
do you have instruction for this?
1 -
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:
- Obtain list of opportunity via Opportunity List API
- For each opportunity
- get the opportunity status history
- store all the data (opportunity and its status history) somewhere retrievable (i.e. SharePoint, Azure SQL data warehouse, etc)
- 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.
0
Categories
- All Categories
- 1 Blackbaud Agents for Good™
- Raiser's Edge NXT test
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 16 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 661 Blackbaud Grantmaking™
- 583 Blackbaud Education Management Solutions for Higher Education
- 3.3K Blackbaud Education Management Solutions for K-12 Schools
- 947 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.8K Blackbaud Raiser's Edge NXT®
- 3.8K SKY Developer
- 251 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 243 Member Lounge (Just for Fun)
- 37 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Closed) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 804 Community News
- 3K Jobs Board
- 57 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


