Sorting a list in descending order

create that list of lists like this
address1,5
address2,3
address3,1
then use the webviewer together with some JavaScript to sort it, see also https://groups.google.com/d/msg/mitappinventortest/pVA3VUMN5W8/pZLttKYl3-8J
then do the formatting of the result list

Kodular’s webviewer also offers the EvaluateJS method, which makes this solution even easier… see also

Taifun

2 Likes