Performance Analytics Score does not Match Records TabIssue <!-- 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:; } --> When you view a Performance Analytics detailed scorecard, the score displayed may be different than the number of records that appear in the Records tab. This is expected behavior for certain configurations. <!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Calibri} span.s1 {font-kerning: none} --> <!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Calibri} span.s1 {font-kerning: none} -->CauseThis behavior may be caused by the following configurations: When an indicator Aggregate value is a value other than Count, such as SumWhen you select an aggregate time series on the scorecard, such as 30d running AVG In both of these configurations, the score displayed on the scorecard is the aggregate value. The Records tab displays the count of records, not the specified aggregate. Additionally, the score may not match the Records tab even for a Count indicator: When a before query business rule is defined for the table displayed in the Records tab. Business rules do not run during data collection, only when displaying the list of records.A possible solution would be change the aggregate field for the indicator from Count to Count DistinctNote: A Count, just performs a count and includes duplicates while a Count Distinct will ensure duplicates are not counted even if they are found for now and in the future within the database view or table. Once the field is changed to Count Distinct, a second dropdown will appear with the name Field. This is the field that PA will use to make sure there are unique. This field is typically set to Sys ID.