This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* FUNCTION NAME: ExpandDimensions | |
DESCRIPTION:*//**Creates all combinations of the supplied dimensions in as many columns as there are dimensions, using a Cartesian Product. | |
Combines columns using a TEXTJOIN in an optional delimiter is supplied*/ | |
/* REVISIONS: Date Developer Description | |
02 Mar 2025 Tim Jacks Copyright | |
03 Mar 2025 Tim Jacks Added optional delimiter by which to combine results into single column | |
*/ | |
ExpandDimensions = LAMBDA( | |
// Parameter Declarations | |
[Dimensions], |