Hello. We have a purchase with a "Purchase quantity" of 10 and a "Quantity per unit" of 500,000,000, and the "Effective quantity" field shows 2147483647. Is there a reason the effective quantity can't calculate past that number?
‎Sep 10, 2020 11:04 AM
Hello @MPaoloni,
This is most likely due to the fact that an int (integer) data type in SQL Server has an upper limit of 2,147,483,647.
HTH,
Joseph
‎Sep 10, 2020 11:18 AM
Hello @MPaoloni,
This is most likely due to the fact that an int (integer) data type in SQL Server has an upper limit of 2,147,483,647.
HTH,
Joseph
‎Sep 10, 2020 11:18 AM