Document Developer - instructions > Making the document dynamic > Filtering data

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:
Click to enlarge
Figure 52
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
2
3
Enter position() < N, or position() > N.
OpenText StreamServe 5.6 Updated: 2013-03-01