How to fix it
- Navigate to
Reports > View/Runand find your report. - Right-click the report name and select
Configureto open the report definition. - Click the
Conditionstab to examine all filters applied to the report. - Temporarily remove all conditions by clicking
Clear all conditionsand run the report to verify data appears. - If data now appears, add conditions back one at a time, running the report after each addition to identify the problematic filter.
- Check the report's domain by navigating to
System Definition > Tables, search forsys_report, and find your report record. - Open the report record and check the
Domainfield. If it's set to a specific domain you don't have access to, change it toglobalor your appropriate domain. - Verify table access by navigating to
System Security > Access Control (ACL)and searching for your report's source table name. - Look for ACL rules with
Operation: readand verify your roles are included or the conditions allow access for your user. - In the report configuration, check if any
Group byfields are set. If grouping by fields with mostly null values, try ungrouping or grouping by a different field. - For date-related conditions, verify the date range includes your expected records by checking sample records in the source table directly.
- 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.