Decimal Precision

Hi Guys,

I have several decimal fields in one database with a precision of 15 and a scale of 3 (DECIMAL (15,3)).

On my interface if I put a decimal with more than 12 precision digits the node Write to Data Store Entity is always failing. I already tested using a floatingpointfield and also a textfield (where I converted the text do decimal only to persisting purposes) to understand why this is happening.

Do you have any ideas how to overcome this? Because I need to consider decimal numbers up to 15 precision digits .

Best Regards,

FN

  Discussion posts and replies are publicly visible