<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
On 11-7-2014 3:29, Kevin Falcone wrote:<br>
<span style="white-space: pre;">> On Fri, Jul 04, 2014 at
04:20:19PM +0200, Joop wrote:<br>
>> I would like to sort the content of a CF of type 'enter
multiple values'.<br>
>> I had a look at the element displaying this but can't
make this work.<br>
>> Probably my very weak perl skills are the problem.<br>
><br>
> How do you want to sort them, can you do a database sort?<br>
><br>
>> % my $Values = $Object->CustomFieldValues(
$CustomField->Id );<br>
><br>
> You can say $Values->OrderBy(FIELD => 'Content', ORDER
=> 'ASC');<br>
>
<a class="moz-txt-link-freetext" href="https://metacpan.org/pod/DBIx::SearchBuilder#OrderBy-PARAMHASH">https://metacpan.org/pod/DBIx::SearchBuilder#OrderBy-PARAMHASH</a><br>
></span><br>
Thanks Kevin for the hints. I'll check them out and let the list
know.<br>
<br>
Joop<br>
<br>
<br>
</body>
</html>