Select to view content in your preferred language

Query Tool - Return Results Alphabetical

1201
1
10-12-2010 11:43 AM
MattShetzer
Deactivated User
Is there anyway to have the Query tool (and Search tool ) return results alphabetically?

Thanks,
Matt Shetzer
Tags (2)
0 Kudos
1 Reply
DanJensen
Deactivated User
Have you tried using the Flex sortOn method?  If you can slip this in to your code somewhere and change variable names where applicable something like this may work. 
var sortAttr:Array=fSet.attributes.sortOn("sortFieldName");
0 Kudos