Oracle Analytics Cloud and Server Idea Lab

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Allow more than 2 sets in MDX Crossjoin() function

Needs Votes
12
Views
1
Comments

Nesting multiple Crossjoin functions makes MDX code very difficult to read. It seems unnecessary. Instead, allow more than two sets in a Crossjoin().

Existing:

Crossjoin({Set 1}, Crossjoin({Set 2}, Crossjoin({Set 3}, {Set 4})))

New:

Crossjoin({Set 1}, {Set 2}, {Set 3}, {Set 4})

Tagged:
1
1 votes

Needs Votes · Last Updated

Comments