-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
Problem
When sorting the objects in list view by directly clicking on the object-type attribute, it sorts the objects based on their object keys.
Suggested Solution
Add the feature to sort based on the label attribute by default instead of keys when done via GUI. It will save
Why This Is Important
As label attribute is displayed for these objects in list view, it is helpful if the objects are sorted based on them instead of the keys. Though this can be achieved via Advanced AQL, having this feature in GUI will make sorting simpler
Workaround
Use the Advanced AQL search and specify AQL as:
ORDER BY <Attribute name>.label ASC