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

Visualforce Page PDF (Field Value Not Displayed Properly)
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?
You have to format the field for display, using apex:param Hope, this helps,
--
Thanks,
Swayam
@salesforceguy
All Answers
You have to format the field for display, using apex:param Hope, this helps,
--
Thanks,
Swayam
@salesforceguy