on 2022 Mar 18 2:00 PM
Hi Team,
I have applied the Default Sort Order and Group By on the Annotation file on my Fiori Elements app.I have four PresentationVarients for the same EntitySet with qualifiers.
Sorting is getting applied to the Analytical table but GroupBy is not getting applied. Our current UI5 version is 1.60.18. When i check it on the latest version this seems to work.
<PropertyValue Property="SortOrder">
<Collection>
<Record Type="Common.SortOrderType">
<PropertyValue Property="Property" PropertyPath="DeliveryDate"/>
<PropertyValue Property="Descending" Bool="true"/>
</Record>
</Collection>
</PropertyValue>
<PropertyValue Property="GroupBy">
<Collection>
<PropertyPath>CalendarYear</PropertyPath>
</Collection>
</PropertyValue>
Do i need to add any additional attribute to make the Grouping to work on the lower UI5 versions?
Regards,
Srinivasan V
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.