Hello,
I'm new in creating ARIS reports. I try to sort the selected models by model name but it doesn't work. So I need a little bit help :)
Here is the code:
var oModels = ArisData.getSelectedModels();
var oModelsSort = ArisData.sort(oModels, Constants.SORT_MODEL, nLocal);
It seems to be, that oModels and oModelsSort have the values in the same order. The sort function doesn't work. Please tell me my mistake :)