Hi All,     I am new to ARIS report.I just started to study scripting for the reports.   I would like to get the application name as sorting order.How to Sort order of application in an ARIS Script Report?  I got the sorted application name column but only two of them was unordered.Anyone can advise how to write the code to sort this column?   Here is my Code.   var oModels =model_group.ModelList (true); oModels =ArisData.sort(oModels,1,g_nLoc);     for(var i=0;oModels.length >i;i++)     { //     }   Please, If you can explain with an example.   Please suggest!    Thank you very much in advance!

 or register to reply.

Notify Moderator