You need to sign in to do that
Don't have an account?

VF page pageblocktable
Hello,
I am new to salesforce development, can any one help on this?
Q: I want vf page pageblocktable should contain 3 columns, in that first two columns is from custom object and values for this columns is pulled from custom object. And 3rd column is result(SUM) of 1st and 2nd column(3rd column doesnt belong to custom object, it is independent column which is used to display result only)? Need help to create this process.
Regards,
Ram
I am new to salesforce development, can any one help on this?
Q: I want vf page pageblocktable should contain 3 columns, in that first two columns is from custom object and values for this columns is pulled from custom object. And 3rd column is result(SUM) of 1st and 2nd column(3rd column doesnt belong to custom object, it is independent column which is used to display result only)? Need help to create this process.
Regards,
Ram
refer apex class and vf page
All Answers
Controller:
Then you can use <Apex:pageBlockTable> to display the values in helperList.
can u help on VF also?
refer apex class and vf page
it worked