Hi experts
In one of my reports the input is accepted for the user for a field . The field was initially declared as AZINSSATZ ( Data Type DEC Length 10 Decimal Places 7 ) . It did not accept the values like 12.5 .Inorder to give 12 5 we need to give as 12.0000005 .Later i changed it ot menge_d , dmbtr and various other data types but shows the above error.
please advise on how to correct it