Skip to Content
0
Former Member
Jan 23, 2012 at 03:06 PM

decimal 5 divide by decimal 5 giving dump

63 Views

hi I have a fields A,B and C which are type tcurr-ukurs.

C = A / B

now A = 1.35390

B = 0.00009

and now the proper out which is coming is 15043.33333333333333 but since C is decimals 5 its giving a conversion overflow dump.

I want C to be type 5 only. What am I missing here, fixed point arithematic checkbox is ticked.