Hi,
Is there anyone know how to convert data type from Big Decimal to Integer? I cant use Integer.parseInt(BigDecimal_value) since the argument is for string only. I try to search in the forum but I can only see conversion from Integer to Big Decimal.
Regards,
Mohd Fuzaimi
Thanks pedro it works. I am also found another solution just now which is using tConvertType which can change any datatype according to what I want.
Regards,
Mohd Fuzaimi