Hi there,
I am using ARIS 10 SR 21 Enterprise edition, ARIS Architect.
I want to output functions on a model (EPC row) with certain attributes sorted by serial number attribute in ascending order.
I am facing a challenge when sorting my query & report outputs by Sr. No. attribute. I have selected the correct sort in query template editor however the output gives me erraneous sorting when the number of functions exceed 10. For a model with less than 10 functions I get the right sort order, however when the number of functions exceed 10 the sorting gives me incorrect output.
Sorting when functions less than 10 >> 1,2,3,4,5,6,7,8,9
Sorting when number of functions greater than 10 >> 1,10,11,12,13,2,3,4,5,6,7... (this is consistent across models with more than 10 functions).
I am facing the same issue when using Queries and also when using WSIWYG report editor.
Is this a known issue? Any help on what I could be doing wrong/ solutions would be appreciated.
Thanks!
Utsav
Martin Schröder on
Hello Utsav,
I assume your Sr.No. attribute is user defined. But is its data type integer? The sorting problem is common on Windows (Explorer) and in Excel as well. Mostly because numbers are interpreted as text.
You could
or instead use the default attribute AT_ORD_NUM (int) in your filter
But I see also methodical issues here (cf. this discussion): Ordinal numbers for process steps are not part of the ARIS concept because
Regards, Martin