Error Message "Cannot generate the report. No matching records" appears on a single score reportDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Viewing a single score report, either individually or as part of a Dashboard or Homepage, the report may show this error: Cannot generate the report. No matching records This message can be confusing to the end user, particularly as to it's cause. And so, with modification of a setting for the associated report, the repot can display information that might be more meaningful for it's viewers. Cause The cause of this issue is usually that the Display Zero option for that particular report is not selected and the current count value for the report is 0. Note that this error message will not appear and the proper count will display if the returned value for this report is greater than 0. Thus, the issue may go unnoticed until such time as the report would normally return a value of 0. Resolution This issue can easily be resolved by updating a specific setting on the report which is responsible for displaying that data on the dashboard. The first step is to open the report record itself for editing. This can be accomplished from the dashboard itself, by selecting the Configuration icon at the far right of the dashboard display, hovering the mouse over the dashboard showing the message and selecting the edit icon associated with that dashboard when it appears. Once the report is open, click the Style tab in the report creator. Click the Display Zero checkbox to ensure it shows as checked (true). Click the Save button to save the change to the report. Once selected, reloading the dashboard or report should then display the current count (which, in the case of encountering this particular issue will be 0 unless the count has increased since the report was previously viewed).