YEAR(A)
  • 1 Minute to read
  • Dark
    Light
  • PDF

YEAR(A)

  • Dark
    Light
  • PDF

Article summary

Date Transform: YEAR(A)

Returns the year portion of Date A in the format YYYY

Purpose

Use this function to:
  • Extract the year portion from a date
  • Extract the year portion from a time-stamp

Return Value

PropertyValue
FieldTypeInteger
FieldSizeLow
DataTypeDiscrete 
DataSizeShort


Example Return Value: 2019, 2020,1974...

Parameters

ParameterJSONDescription
Table“targetTable”: “MyTableName”The target table on which the new field will be created
Filter“dataset”: {DataSet_JSON}Optional.   If a filter is applied, records not in the filter Recordset will be returned as null.
Date Function“p1”: “YEAR(A)”YEAR(A)
A“p2”: “DateTimeFieldName”
“p2”: “DateFieldName”
“p2”: “#YYYY-MM-DD HH:MM:SS”
“p2”: “#YYYY-MM-DD”
Required.  The date from which to extract the year
Supports:  
  • DataType: Discrete / Continuous
  • Field Type: Date, DateTime
  • Fixed Value:  #YYYY-MM-DD,    e.g. #2021-04-05
  • Fixed Value:  #YYYY-MM-DD HH:MM:SS,    e.g. #2021-04-05 11:01:08

JSON Sample

Usage Notes

See also:

  • YEARMONTH(A) - year and month in format YYYYMM
  • YEARQTR(A) - year and quarter in format YYYYQ
  • YEARWOY(A) - year and week of year, in format YYYYWW

Example

ExampleDetails
DescriptionCreate year field to apply as a filter
Input
  • Table: = [transactions]
  • Function: = DateTransform
  • DateTimeFunction: = YEAR(A)
  • A:= [transactions].[date]
  • Name: = YearOfDate
Sample



Was this article helpful?

What's Next