How to fix it

  1. Navigate to Reports > View/Run and find your report.
  2. Right-click the report name and select Configure to open the report definition.
  3. Click the Conditions tab to examine all filters applied to the report.
  4. Temporarily remove all conditions by clicking Clear all conditions and run the report to verify data appears.
  5. If data now appears, add conditions back one at a time, running the report after each addition to identify the problematic filter.
  6. Check the report's domain by navigating to System Definition > Tables, search for sys_report, and find your report record.
  7. Open the report record and check the Domain field. If it's set to a specific domain you don't have access to, change it to global or your appropriate domain.
  8. Verify table access by navigating to System Security > Access Control (ACL) and searching for your report's source table name.
  9. Look for ACL rules with Operation: read and verify your roles are included or the conditions allow access for your user.
  10. In the report configuration, check if any Group by fields are set. If grouping by fields with mostly null values, try ungrouping or grouping by a different field.
  11. For date-related conditions, verify the date range includes your expected records by checking sample records in the source table directly.
  12. Save your changes and run the report to confirm data now displays correctly.
💡

Quick verification: Navigate directly to the source table (e.g., Incident > All) and manually apply your report conditions as filters. If no records appear in the list view, your report conditions are too restrictive.