This directory contains 228 workflows.
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 […]
Calculates the cumulative count of a given rows grouped by a given grouping column. Note that this component does not perform any sorting of the data and […]
Calculates the cumulative sum of a given value column, with the group defined by the grouping column. Note that this component does not perform any sorting […]
Calculates the cumulative sum of a given value column, with the group defined by the grouping column. This component is likely to use more memory than the […]
There has been no description set for this workflow's metadata.
Takes a datetime column and returns the date serial number according to one of the selected serialization options Updated April 2024 - allow Local Date […]
Does nothing but pass through a database connection. This can help tidy workflows where a database connection needs to be passed on to a number of other […]
Transforms a column containing delimited strings so that each of the strings have their elements sorted into either ascending or descending order. The […]