cancel
Showing results for 
Search instead for 
Did you mean: 

How to we show Totals and Subtotals in SAPUI5 Analytical smart table.

tezk
Participant
0 Kudos
1,005

In smart table I want to show both totals and subtotals for hours column. I have created smart table with tableType = "AnalyticalTable" and in the backend we have created sap:semantics="aggregate" for EntitySet and sap:aggregation-role="measure"  for hours column and sap:aggregation-role="dimension" for other properties for grouping. I tried using summed = true for Analytical column but not able to show totals. Also, I have tried Total/TotalBy annotations. But they also didn't work.

<Annotations Target="Metadata.Cats_Da/">
     <Annotation Term="UI.PresentationVariant">
            <Record Type="UI.PresentationVariantType">
                <PropertyValue Property="Total">
                  <Collection>
                    <PropertyPath>Hours</PropertyPath>
                  </Collection>
                </PropertyValue>

</Record>
            </Annotation>
</Annotations>
Could anybody please suggest If I miss something.


Thanks,
Teja.

View Entire Topic
tezk
Participant
0 Kudos

Any suggestion please. 
In Header item menu 'Total' is showing but not able to aggregate. It's displaying as below. We would like to perform totals and subtotals. 

tezk_0-1709390224200.png

 

Jefferson-Rojas
Explorer
0 Kudos

Did you solve it?