Glitch 19 Posted December 10, 2018 Report Share Posted December 10, 2018 What is the difference when using Number DataType from Integer DataType? When should I use them? Quote Link to post Share on other sites
0 ManokNaPula 9 Posted December 10, 2018 Report Share Posted December 10, 2018 You should use a Number DataType when you are trying to store Numbers with decimals. Use integer when you want to use whole numbers. A Number DataType accepts -9999.99 to +9999.99 An Integer DataType accepts -9999 to +9999. Hope this helps! Quote Link to post Share on other sites
0 Meekeee 6 Posted December 11, 2018 Report Share Posted December 11, 2018 Hi @Sammeeh You can check the howto article for more information about Data types: https://howto.caspio.com/tables-and-views/data-types/ Ciao! Quote Link to post Share on other sites
0 vanderLeest 5 Posted May 20, 2020 Report Share Posted May 20, 2020 The limit for Number fields is 15 digits (including a floating decimal), and 10 digits for an Integer field. A minus sign counts as a digit in the case. Quote Link to post Share on other sites
0 nisargshah 0 Posted May 21, 2020 Report Share Posted May 21, 2020 Thanks to them who have provided answers. Quote Link to post Share on other sites
Question
Glitch 19
What is the difference when using Number DataType from Integer DataType? When should I use them?
Link to post
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.