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
VisualForceVisualForce 

Merge field Calculation

Hi..
 
        I have one custom field Month_Rate__c .. In my visual force I have to show Year Rate.
 
How can I get {!obj.Month_Rate__c}*12
 
         Is there any way to calculate mergefiled in visualforce page.. I know is it easy when we are using controller..
But we have to write a separate get,set met method for yearrate..
 
          Is there any other alternate way to do this..? 
         
CTU007CTU007

Hi, I also want to know.... I know I can solve this by creating a formula field in the object, but is there a way to do it in visualforce page?