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
sicritchleysicritchley 

Display Converted Currency on Visualforce page

I am currently using the following to display the currency on a visualforce page:

 

<apex:outputText value="{!string.Net_Amount__c}"/>

 

The problem is we have multi-currency set up and this is displaying the value in the currency that the original opportunity was set to. I need to display the amount converted to the currency of our organisation.

 

Any ideas on how to do this would be appreciated!

 

Thanks in advance.