Report not returning Data for UsersIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms When running a report some users experience some fields not returning data, where as another user may see the data. This can occur when a user does not meet the ACL requirements to read the field or table. Release Any Release Resolution To check what ACL might be causing the issue you can run a security rules debug as an admin user impersonating the affected user. Log into instance as a user that has the admin role.Turn on Debug Security Rules; this can be found System Security --> Debug Security RulesImpersonate the affected userRun the report that the user has identifiedWhen the report loads review the debug logs (Click here for Security Debug Tools)When identified add the role or group that the user is missing and test that the user now has access to read the data Note: Another way to check the users access is try accessing the list view of the table and add the field that is trying to be viewed. The table list view is another place the Debug can be used to check.