Choose where you’d like to start

Number data type

Table of ContentsUp

Overview

The Number datatype represents integer values. These integer values can range from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,808.

Number datatype does not include decimal values. However, Number datatype can be used to perform operations with decimal values, in which case the end result becomes a decimal datatype.

Example

Version = 5;
 
Note:
  • See this page to find the built-in functions applicable to Number data type.
  • See this page to know which Zoho Creator field types are of Number data type.

Get Started Now

Execute