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

How to get whole number from number field.
Hi all,
Is there any way such that i can get whole number as shown below.
100
instead of getting as 100.00 for number field.
your response will be appreciated.
Thanks in Advance.
Hi,
I made use of ROUND() and it worked for me.
Regards,
Uzair.
All Answers
use outputfield
I made use of outputfield it displayed me the following error.
"value for outputField is not a dynamic binding!"
as i'm merging the field {!oppr.penrate__c} in visualforce page.
i receive the following 100.00
but i require 100.
hope this will help you to understand my question.
Hi,
I made use of ROUND() and it worked for me.
Regards,
Uzair.
ok in that case you have to use outputtext
Thanks for your reply and time.
I achieved that by making use of ROUND().
Thanks again.