Filtering data You can use the Filter XPath property on a Repeater to select only those instances that meet the criteria in a filter expression. Filtering is performed after sorting which means that instances are selected based on sort result. For example, to specify the first three instances of a repeated content, you specify: Figure 52 The Filter XPath property You will typically use the Filter XPath property to filter the result from a sorting criteria, but it can also be used to filter the result from an unsorted Repeater. However in that case, processing is likely to be faster if you include the filter in the XPath expression directly. To filter Repeater data 1 Select the Repeater containing, for example, a body row in a table. 2 In the Properties panel Data category, select the Filter XPath property. 3 Enter position() < N, or position() > N.