Process Mining and PQL features released in February 2022
Process Mining and PQL features released in February 2022 New PQL operators (February 2022)ID: CPL-5857Description: Adds the PRODUCT aggregation operator which computes the product of the argument in the respective group. As well as completing the basic math operator feature set, this operator is also required for certain queries in Signal Link use cases.Documentation: PRODUCT. ID: CPL-5953Description: Adds the PU_PRODUCT operator which calculates the product of the specified source column for each element in the given target table. Documentation: PU_PRODUCT. ID: CPL-5863Description: Adds the STRING_SPLIT operator that splits the string input argument into sub-strings based on patterns and returns a split of the string as defined in the input parameter. It can be used as alternative to the combined usage of the SUBSTRING and PATINDEX operators.Documentation: STRING_SPLIT.