Hello,
In CRM 2013, I have a field which datatype is 2 place decimal. Is there a way to only show whole number part?
For example, if user only input 60 in the field, it only shows 60 instead of 60.00. if user enters 60.00, then it shows 60.00.
I know I can define the field as text field, in that case the field can either take whole number or decimal. But end users need to do sum or average kind of calculation while they run chart.
Thanks.