Generate (MDX)

Applies a set to each member of another set, and then joins the resulting sets by union. Alternatively, this function returns a concatenated string created by evaluating a string expression over a set.

  • Returned Output: List
  • Library: MDX \ Semantic \ List
  • Version: 2018.00.000
  • Compatibility: SAP BW and Microsoft MDX Engines

Syntax

Generate( <List> , <List> , <Flag> )

or

Generate( <List> , <Text> , <Delimiter> )
Further Help on Syntax and Examples

For more details on the syntax and use of this MDX function please click here.