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

HSTACK

Description

Appends the specified arrays into a single array as a sequential set of columns.

Syntax

HSTACK(
array1
,[
array2
],...)
  • range1
    : The array to append (stack).
  • range2
    : The array to append (stack).