Subject:Sorting Repeater row Author:James Pearsall Date:10 Mar 2010 03:14 PM
I've been searching for an hour but I cannot find an example of how to specify which field the XML publisher should use to sort by. All I have been able to find is this statement:
Sorting
By default, data for the repeater component is displayed in document order. You can use an XPath expression in the Loop property's Sort sub-property to specify a different sort order.
In the sort field I'm using the XPath expression /placement/invoice/customerNumber because I'm trying to sort my table by customer number. How is this wrong?