How does alphabetical sort work?
We have linked requirements collections in test plans of RQM. In the reconciliation wizard user often sort the requirements and compare them with the sorted collection directly in RRC.
I recognized that RQM sorts by ASCII code, but not RRC - which is annoying (quite a few users prefix the items with a [custom id]).
Is it possible to perform sorting the same way in all applications?
sort in
RQM |
ASCII |
sort in
RRC |
+3 | 43 | +3 |
3 abc | 51 | 3 abc |
[3] | 91 | a |
_3 | 95 | [3] |
a | 97 | _3 |