It can sometimes be important to understand the distinction that ExtraView makes between rows on a report and records on a report. This difference in semantics is used to distinguish between the times when ExtraView returns a precise number of records on a report and when it returns a set of rows that may or may not correspond exactly to the number of records. The difference comes when a query may return a single record multiple times on a report, or count the same record multiple times on the same report. This happens when there are one-to-many relationships within your data and with repeating rows on reports. The two most common times this happens are:
When you have reports that include fields from two or more repeating row types, it can be confusing to view the results from the different layout types aligned on the same row of the report, as the data from any one repeating row record is unlikely to be related to the data from any other repeating row record. Care should be taken when interpreting the data displayed on a report which contains data from multiple repeating row layouts.