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

CHOOSECOLS

Description

Returns the specified columns from an array.

Syntax

CHOOSECOLS(
array
,
col_num1
,[
col_num2
],…)
  • array: The array containing the columns to be returned.
  • col_num1: The first column number to be returned.
  • col_num2: One or more additional column numbers to be returned.