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
Harshit Garg 6Harshit Garg 6 

Any have idea, how to change percentage field in number field

Harshit Garg 6Harshit Garg 6
Using formula
Abhishek BansalAbhishek Bansal
Hi Harshit,

Simply create a formula field with return type of Number and in formula just enter your percentage field name.

Thanks,
Abhishek Bansal. 
Harshit Garg 6Harshit Garg 6
HI Abhishek,

Thanks for the reply. Acutely I have already done that thing. It is not working.

Thanks,
Harshit Garg
Abhishek BansalAbhishek Bansal
What is the Issue? Is it returning the result in decimal places ?
 
Harshit Garg 6Harshit Garg 6
Issue is that it is returning wrong value....For one time please do in your org...
Abhishek BansalAbhishek Bansal

I tried and it is working fine.
I created a percentage field with value = 21%
Then formula field of number type and it returned .21 as result which i think is correct.

Can you please give details about your issue with one example as i mentioned above.

Thanks,
Abhishek Bansal.