Hi guys,
I'm having a bit of an issue here with decimal types (the extra zeroes added at the end and the decimal(38,6) )even though Minimum and Maximum values are explicitly specified during field creation.
Questions:
- Anyway I am able to not have the extra zeroes at the end of the field value?
- Is there a way to not have the decimal field created as Decimal(38,6)?
Regards