I am using a Repeatable Custom Content v2 control, displaying the results via XSLT. I need to know if there is a way to sort via one of the properties of the control. The property is a full name, so I would also need to sort by the last word, then the first word, then any second or third word.
Sort Reapeatable Custom Content
I am using a Repeatable Custom Content v2 control, displaying the results via XSLT. I need to know if there is a way to sort via one of the properties of the control. The property is a full name, so I would also need to sort by the last word, then the first word, then any second or third word.
Hi Connie,
A simple example: If your property is named "people", you could have something like this:
Then this XSLT would take care of sorting by lastname then firstname:
Hopefully, you'll be able to complete the puzzle - otherwise, let us know!
/Chriztian
is working on a reply...