Function NonEmptyCrossjoin

  • Returns a set that contains the cross product of one or more sets, excluding empty tuples and tuples without associated fact table data.

    NonEmptyCrossjoin(Set_Expression1 [ ,Set_Expression2,...] [,Count ] )

    Parameters

    • Rest ...Set_Expression: any[]

    Returns string

    Deprecated

    use Exists or NonEmpty

Generated using TypeDoc