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
RioReyEdRioReyEd 

Help needed with quote amount rollup and multiple currencies.

<apex:outputField value="{!SFDC_520_Quote__c.Quote_Amount_rollup__c}"/>

 

Using the line above to output our quotes I have an issue if I use currencies other than US dollars.  This field prints the quote currency correctl but also adds the converted us dollar amount which I do not wish to be seen on these quotes.

 

Example Below 

Total GBP

 3,071.00

(USD

5,205.08)

How do I get it to print only the currency the quote is done in without adding the USD?