Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Description:

This function is used to return the cross product of one or more sets.

Syntax:

Crossjoin(Set_Expression1 ,Set_Expression2 [,...n] )

Return Type:
SET

Parameters:

Parameter

Description

Set_Expression1

It is a valid MDX expression that returns a set.

Set_Expression2

It is a valid MDX expression that returns a set.

Example:

SELECT 
  [Measures].[Internet Order Quanlity] on 0,
  NONEMPTY(CROSSJOIN({[Product].[Product Categories].children}, 
                           {[Customer].[Geography].[State-
  • No labels