Skip to main content
Workday User Guide
Last Updated: 2023-06-23
TOCOL

TOCOL

Description

Returns the specified array as a single column.

Syntax

TOCOL(
array
, [
ignore
], [
scan_by_column
])
  • array
    : The array or reference to return as a column.
  • ignore
    : Specifies whether to ignore certain types of values. By default, the function doesn't ignore any values. Possible values are: 0 = Keep all values. 1 = Ignore blanks. 2 = Ignore errors. 3 = Ignore blanks and errors.
  • scan_by_row
    : Scan the array by row. By default, the function scans the array by column. Scanning determines whether the values are ordered by row or by column.