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
suresh dupadasuresh dupada 

Calculate Total Amount row wise values in pageBlockTable

Hi All

           I am Trying to calculte Total amount as showned below imageUser-added image
 

I want to calculate total amouut field at the end of the row based on row values  
I want to add all vaues starting from 4th cell up to  7 th cell and total should be at 8th cell (Like this In each row)

I would appriciate for any kind of replay

Sagar PareekSagar Pareek
Hi Suresh,
You can use a wrapper class to implement this functionality.
suresh dupadasuresh dupada

Hi Sagar Pareek,
Thanks for you replay

            Will you provide me simple example, about wrapper class to calculate the total amount in each row