Step 1: Open your RD and in the “Columns” tab of the RD add a new column to the report and set the column source type to " Function"
Step 2: Now in the “Function” filed of the new column enter SUM (Without double quotes)
Step 3: Now in the “Arguments” filed of the new column enter the name of the column you want to sum ( if you want to sum multiple columns, separate their names with commas)
Hi @kirti: Hope you are planning to use a table / grid in UI. Summary report cannot be added in table / grid because of hierarchical nature of results. Possible solutions to show the data to user.
Give the report access to users directly
Wrap the report with a Data page and use response data transform to transform the data from summary properties to other property and use the data page in your section. Please be cautious on your data volume
Use connect SQL to get the data directly in property instead of transforming it later using data transform. This helps if the data set is huge