cancel
Showing results for 
Search instead for 
Did you mean: 

Default Grouping and Sorting on Fiori Elements app with Analytical Table

former_member246153
Active Contributor
0 Kudos
857

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

Accepted Solutions (0)

Answers (0)