Allow numeric values over 2147483647
Numeric fields have a maximum INT value of 2147483647. Therefore amounts that exceed 21.474.836,46 are cut off (INT32 range exceeded). DocuWare should allow bigger numeric values. The only workaround is to use VARCHAR for numeric values.
8
votes
Hanken
shared this idea
This is available with the version 6.9.
-
Christian Hohenberger commented
You can create field of db type "BigInt", but Windows Client and Web Client still prevent to enter higher numbers than 2147483647 in the dialogs
-
Alex Solliday commented
use BigInt instead
-2^63 (-9,223,372,036,854,775,808) through 2^63-1 (9,223,372,036,854,775,807)