Briefing

Common Salesforce Reporting Pitfalls in Nonprofit Organizations

sales
by Maintask ·

Patch: separate forecast from stale‑opportunity cleanup and use SOQL best practices.

What to do now

Redesign your reports to use separate views for forecast and stale opportunities.

Summary

Leadership often distrusts Salesforce dashboards because the underlying reports are poorly designed. The article identifies four patterns: stale‑pipeline forecasts that include untouched deals, recurring revenue drift hidden in donor retention reports, inflated participant counts from raw row counts, and grant obligations stored outside the CRM.

Solutions include separating forecast queries from stale‑opportunity cleanup using SOQL with CALENDAR_MONTH and LAST_N_DAYS filters, creating distinct views for recurring‑donation exceptions, using COUNT_DISTINCT for unique participants, and modeling grant obligations with a custom Grant_Obligation__c object that tracks status and due dates.

Key changes

  • Use SOQL with CALENDAR_MONTH and LAST_N_DAYS to filter active opportunities
  • Create a stale‑opportunity view with LastActivityDate < 60 days or NULL
  • Use COUNT_DISTINCT to count unique participants, not raw rows
  • Model grant obligations with Grant_Obligation__c and status picklist
  • Separate recurring‑donation exception reports from retention reports
  • Avoid auto‑generating grant obligations; create them manually for accuracy

Affects

internal

Customer impact

Analyzing matches…

Ask about this story

Impact on an agency? Which customers? Compare historically Risks of waiting