Generates a CUBE from the input data source using the chosen DIMENSION (grouping) columns. The result is a data set containing all combinations of the chosen columns with a grouping identifier.
This CUBE grouping identifier can then be used along with other chosen columns in a standard GROUP BY node to perform aggregations based on the grouping combinations
@takbb Brian Bates 19 November 2022
- Type: TableInput DataInput data source