Datatypes in Formula Fields

Datatypes in Formula Fields

A data type is the kind of data that can be held and stored while evaluating an expression. Data types are the defined set of values and the allowable operations on those values. They represent either the function, argument, or return value of the formula or the whole formula. The different data types available in Zoho Recruit Formula Fields are:

  • Numeric data type
  • Currency data type
  • String data type
  • Date-Time data type
  • Boolean data type

Numeric Data Type

The numeric data type contains a number (digits) in various representations and performs the calculations. The numeric data type can be integral types with only whole numbers (positive, negative, and zero) and non-integral types with both integer and decimal parts. Examples of numeric data types are +5, -9, 10, 0 (integral types) and -25.02, 27.25 (non-integral types).

Currency Data Type

The currency data type is used for data types that hold monetary values or financial calculations. This contains the numeric value of the data along with the currency symbol of the selected currency locale. By default, the currency you set when you created the account will be used. For example, if you add 8765 in formula field, it will automatically be converted to $8,765.00 provided you have set the currency as USD and the decimal points as 2.

String Data Type

A string data type is an ordered sequence of symbols. These symbols can be chosen from a predetermined set of mathematical objects or letters (Unicode characters). Examples of string data types are: 'demo', 'recruit'.

DateTime Data Type

The date-time data type is used to store or display values that contain both the date and time or only the date. An example is ('May 15, 2004 11:25am').

Boolean Data Type

The boolean data type, also known as the logical data type, is used to represent the logical values true and false. Examples of boolean data types are: true; false.

    • Related Articles

    • Building Formula Fields

      The Zoho CRM formula fields enable you to define fields that can populate dynamically calculated data based on the values returned from other standard or custom fields. For instance, an insurance company may need to determine, if the provided date of ...
    • Building Formula Fields

      The Zoho Recruit formula fields allow you to define fields that can be populated with dynamically calculated data based on the values returned from other standard or custom fields. For example, in the Candidates module, if you have added a ...
    • Creating Formula Fields

      Formula fields are used to calculate different types of values, including numeric values, text values, date values, etc. Formula fields and their resulting return value have certain data types associated with them and there are specific operators ...
    • Formula custom fields

      A formula field will automatically calculate and derives its value by referring to the value of the specified fields or the numeric, text, or date values given in the formula. You can customize fields with formulas using functions like numeric, ...
    • Building Formula Fields

      The Zoho Workerly formula fields enable you to define fields that can populate dynamically calculated data based on the values returned from other standard or custom fields. For instance, an insurance company may need to determine, if the provided ...