QUARTER

The following section describes the syntax and usage of the QUARTER function in ActivityInfo.

Description

The QUARTER function is used to obtain the numeric quarter of the year in which the given Date falls.

Syntax

QUARTER(date)

Argument Required Description
date Yes The date to obtain the quarter value from.

The value must be a Date.

Result

The numeric value of the quarter (1/2/3/4).

Example

We will be using the QUARTER function to obtain the quarter from a given Date value.

Arguments

We will be using the Date field "Dates" (with code "dates").

Formula

QUARTER(dates)

Results