An application can have multiple visual filters. This article will explain how we can change the ordering of these visual filters.
UI.SelectionFields
annotation for which a visual filter is defined.UI.SelectionFields
in the annotations of the main entity set. It will look something like this.The first visual filter title (planned costs by Cost Element) correspond to CostElement in selection Fields. This applies to rest of the entries also.
Note: Many times it is possible that an entry in SelectionFields does not correspond to any visual filter. In such case, that entry will be ignored and its next entry will be considered. Eg. TotalProperties
here does not have any visual filters assigned to it, thus it will be ignored and next entry, that is, DisplayCurrency
will be taken into consideration.
UI.SelectionFields
present inside a common target. Then in such a case, the union of elements of both selectionFields will be considered. Eg. The below two annotations are technically same.CostCenter
and CostElement
are present in reversed orders in both SelectionFields. In such cases, union of unique elements in both SelectionFields will take place and for repeated elements (like CostCenter
and CostElement
), the order present in last SelectionFields will be applied.You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
24 | |
14 | |
11 | |
11 | |
10 | |
9 | |
7 | |
6 | |
5 | |
5 |