Data types (date and numeric formats) (2024)

There are three data types in Eloqua: Text, Numeric, and Date/Time. Each data type defines the format of information that can be entered into a data field and stored in your database.

  • Text: An alphanumeric string of letters, numbers, and (in some cases) symbols. There are two types of text fields:
    • Standard or "small" text fields are used for very specific, statistical information that is entered into contact fields, account fields, or custom object records. Small text contact fields and account fields have a maximum of 100 characters, and small text custom object records have a maximum of 250 characters. If you are using a multi-select picklist with text fields, each field has a limit of 1000 characters.
    • Large text fields of any kind support up to 32,000 characters. These fields can be used to provide descriptions, extra context, or feedback, depending on the nature of the asset in which the field is placed.

      Note: Custom fields with the large text data type will not show up in Insight reporting. Form data and custom objects do support the large text data type, however, they truncate at 2000 & 1000 respectively.

    Small text character limitLarge text character limit
    100 for contact fields and account fields32,000
    250 for custom object records32,000
    1000 for Multi-Select Picklist FieldsNot available in Multi-Select Picklist Fields
  • Numeric: Includes decimal numbers (up to four decimal points) and integer numbers (including negative values). The maximum length of a numeric value is 19 integer digits (15 before the decimal point and 4 digits after the decimal point). Text values such as "$" are no longer allowed in the field, but are now part of the format.

    Note: The default format for the Numeric fields is "#.##".

  • Date/time: A properly-formatted date and/or time in one of the formats allowed in your implementation of Eloqua. For example, you can use the MM/DD/YYYY format for dates (the North American format) or you may be set up to also allow DD/MM/YYYY, MMM-DD-YY, or MM-DD-YY HH:MM:SS.
    • Date/Time information can be entered in any format compliant with the data standards in your implementation of Eloqua. This includes: (1) the standard format for dates and times (YYYY-MM-DD HH:MM:SS:mmm, with the time in 24-hour format); (2) MM/DD/YYYY, the format used in the database; (3) the default formats set up by Eloqua (as long as they are not modified or deleted by the Customer Administrator); or (4) any of the additional formats set up by the Customer Administrator, which may include the (DD/MM/YYYY).
    • You will notice that date/time information is displayed in Reports and other areas in the YYYY-MM-DD HH:MM:SS:mmm format (the default used in the database, although you can set this to the European time format) with the following features: (1) calendar dates are expressed in the format: calendar year (4 digits)-calendar month (2 digits)-calendar day of the month (2 digits) ("2010-05-14") and; (2) time is expressed in the 24-hour form in the format: hours (2 digits): minutes (2 digits): seconds (2 digits) and (in some cases, where required): milliseconds (3 digits, but usually only used in data imports and exports, not Reports) ("17:55:30:203").

The following section provide a full list of all the default formats provided in Eloqua for the date/time and numeric data types:

Data types (date and numeric formats) (1)

Next steps

Creating data type formats

Editing data type formats

Data types (date and numeric formats) (2024)

FAQs

What is numeric and number data type? ›

Numeric Data Types. There are two categories of numeric data types: exact and approximate. Exact data types include integer data types and decimal data types. Approximate data types include floating point data types.

What is the format for numeric dates? ›

For English speakers, MDY (mmmm-dd-yyyy) (example: April 9, 2019) is used by many English-language publications and media company products as well as the majority of government documents written in English. For French and English speakers, DMY (dd-mmmm-yyyy) is used (example: 9 April 2019/le 9 avril 2019).

What is the format of data type date? ›

FormatExample
"dd-mmm-yy hh:mm:ss [am|pm]""15-nov-03 10:30:00 am"
"mm/dd/yy hh:mm""11/15/03 10:30"
"dd-mmm-yy hh:mm""15-nov-03 10:30"
"mm/dd/yy hh:mm""11/15/03 10:30"
5 more rows

Which data type can be used for date and time type? ›

The date and time data types for representing temporal values are DATE , TIME , DATETIME , TIMESTAMP , and YEAR . Each temporal type has a range of valid values, as well as a “zero” value that may be used when you specify an invalid value that MySQL cannot represent.

Which is a numeric data type answer? ›

Numeric data types are numbers stored in database columns. These data types are typically grouped by: Exact numeric types, values where the precision and scale need to be preserved. The exact numeric types are INTEGER , BIGINT , DECIMAL , NUMERIC , NUMBER , and MONEY .

What is an example of numeric data? ›

Examples of numeric data types are examination marks, height, weight, the number of students in a class, share values, price of goods, monthly bills, fees and others. In Visual Basic, numeric data are divided into 7 types, depending on the range of values they can store.

What is an example of a numeric date? ›

The ISO recommends writing numeric dates in descending order-year, month, day-with the year written in full. The dates can be presented in three different ways: with hyphens: 2014-08-16. with spaces: 2014 08 16.

How do you write a numeric date? ›

Use the numeric date, YYYY-MM-DD, separated by hyphens only when space is limited such is in a form or table. Use numerical figures when writing about decades: The 1990s, the '90s.

Is date a numeric data type? ›

The DATE data type stores the calendar date. DATE data types require four bytes. A calendar date is stored internally as an integer value equal to the number of days since December 31, 1899. Because DATE values are stored as integers, you can use them in arithmetic expressions.

What is the date format example? ›

In America, the date is formally written in month/day/year form. Thus, “January 1, 2011” is widely considered to be correct.

What is the basic format date? ›

Date Format Types
FormatDate orderDescription
1MM/DD/YYMonth-Day-Year with leading zeros (02/17/2009)
2DD/MM/YYDay-Month-Year with leading zeros (17/02/2009)
3YY/MM/DDYear-Month-Day with leading zeros (2009/02/17)
4Month D, YrMonth name-Day-Year with no leading zeros (February 17, 2009)
24 more rows

How do you set data type to date? ›

Convert a data type
  1. Select the Date column, select Home > Transform > Data Type, and then select the Date option. You can convert other numeric types, such as percentage or currency. ...
  2. To return the transformed data to the Excel worksheet, Select Home > Close & Load.

What is the difference between data format and data type? ›

Formats: Control how a number is displayed, without affecting the underlying precision in any way. Data Types: Control the type of data, and will change the precision of the value to become consistent with the type of data you have declared. This is obviously a very important distinction that you should be aware of.

What is the best datatype for date? ›

If you only need to store the date, then the DATE type column is your best bet. It is a three-byte data type that can store a vast range of data from the year 1,000 to 9,999.

What is date type in data structure? ›

The date data type is used to specify a date. The date is specified in the following form "YYYY-MM-DD" where: YYYY indicates the year. MM indicates the month.

Which is a numerical data type? ›

The two major types of numerical data are discrete and continuous. Discrete data is a type of numerical data which specific or fixed data values. Continuous data is data which lies within a given range of values. Operations can be performed on numerical data.

What is the difference between numeric and integer data type? ›

NUMBER is used to store numeric values with high precision, INTEGER is used to store whole numbers, and FLOAT is used to store approximate numeric values.

What are the three basic numeric types? ›

There are three distinct numeric types: integers, floating point numbers, and complex numbers. In addition, Booleans are a subtype of integers.

What is numeric data type in Excel? ›

To explain it in simple terms, numerical values are basically just numbers, such as 10, 65.76, $75, 76%, and 15,785. However, Excel stores numbers as Double-Precision Floating Point values, which means that numbers in Excel are often shown as decimal numbers where you can put a lot of decimal places if needed.

Top Articles
Latest Posts
Article information

Author: Arielle Torp

Last Updated:

Views: 6509

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Arielle Torp

Birthday: 1997-09-20

Address: 87313 Erdman Vista, North Dustinborough, WA 37563

Phone: +97216742823598

Job: Central Technology Officer

Hobby: Taekwondo, Macrame, Foreign language learning, Kite flying, Cooking, Skiing, Computer programming

Introduction: My name is Arielle Torp, I am a comfortable, kind, zealous, lovely, jolly, colorful, adventurous person who loves writing and wants to share my knowledge and understanding with you.