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.