Hello Friends,
1. I need to design table with Total values calculation for "Total Picked Wt." and "Total Picked Vol"
2. Download same table data into Excel file
Can you please provide me any example code.
Regards
Vijay
You can use analytical table for this:
https://experience.sap.com/fiori-design-web/analytical-table-alv/
or you can use a normal table and put a footer for the table and show the totals by manually doing the sum.
If you use analytical table + smart table combination it will have export paramater by default, where you can export the data, but i am not sure if you can show total in the excel sheet, for this you might ve to hacreate the csv file manually using the below approach: