function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deepu sfdcDeepu sfdc 

In VF page i have pageblock table .. i want to get sum of one column field . Suppose there is field like Numbers .. i want to get sum of that column in the end . Pls tell me how to achieve this ?

VineetKumarVineetKumar
You need to create a wrapper class with all the relevant data in it, and render it on the page.
All the calculation will therefore be performed in the controller.
Deepu sfdcDeepu sfdc
Hi Vineeth,
Thanks for the reply.
Can you pls elaborate the answer.