Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi. Does anyone know if there is a IS service to sort values in a list?
ie. nameList: - Amy - Jack - Brian
I would like to sort the list in ascending order to be like the following: sortedNameList: - Amy - Brian - Jack
Thanks!
You can do this using the Java API. The method is called sortIDataArrayByKey. See this discussion on Advantage. HTH,
Tim