Sum of a Fetched Column without displaying it into DataGrid

I need to get Sum of a Fetched Data without displaying data in DataGrid.
I just need Sum of a Column...
How do I get the sum of a column???

There are multiple column in the above fetched table, But I just need Sum of a Column, without displaying it into DataGrid...
How do i Get it...

Help.....

You need to add a page property after the invoke data source method as below


replace CloseAmt with YourColumName

1 Like

Got it Sir, Made My DAy....