Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

January 15, 2007

...


Contributed by Chris Webb

...

, Crossjoin Consulting

This technical article was generously contributed by Chris Webb, an OLAP guru and independent consultant (check him out at Crossjoin Consulting, or on his blog). Chris also has written a book on MDX called 'MDX Solutions', that you can get here once you are looking to go deep with Mondrian and MDX!

...

Code Block
Crossjoin ({a1, a2},{x1, x2}) 

will return the set

Code Block
{(a1, x1), (a1, x2), (a2, x1), (a2, x2)}

...