• Urvik Trivedi
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I have a visualforce page that I am rendering as PDF. I have a formula (currency) that displays like 1.02E+7 instead of the correct amount. I am using HTML {!Opportunity.Profit__c}. If I use <apex:outputField Value .....> , it displays correct but than it messes up my alignment. Any advice?
I have a visualforce page that I am rendering as PDF. I have a formula (currency) that displays like 1.02E+7 instead of the correct amount. I am using HTML {!Opportunity.Profit__c}. If I use <apex:outputField Value .....> , it displays correct but than it messes up my alignment. Any advice?