Suppose I have Amount of 2299 and if I divided it by 10 then Result should be 229 but getting 230. Datatype of result is Numeric 9. How to prevent the rounding of for Numeric 9
Hi Sheereen,
Pls try this approach.
Create a derived user field to return the first three characters of a field:
Derived Fields ZZZThreeChar is a DerivedField type is Alpha size 3 default label is untranslatable:”Display first three characters” return Reference1[0:3]
Sheereen - You can try the below approach. Attached some sample LPL that you use accordingly in the BC you wanted.
Output looks as below:
Hope, this helps!