MM_INSTANCEUNION function

Creates a new table by concatenating all instances of a table.

Written By Nikolas Ethoré (Super Administrator)

Updated at November 24th, 2021

Description

Creates a new table by concatenating all instances of a table.

Syntax

=MM_INSTANCEUNION(Cell, isHorizontalUnion)
  • Cell
    First cell of the table you want to return. The table returned is defined by this cell, meaning it will start at the cell and end at the end of the table which contains that cell.

  • isHorizontalUnion
    Boolean that determines how you want to display the concatenated tables.
    TRUE : Tables are concatenated side by side.
    FALSE : Tables are stacked on top of each other.