Quantcast
Channel: MDX Intersection - how to? - Database Administrators Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Tom V for MDX Intersection - how to?

You just need to add an MDX where clause. Look at the Basic MDX syntax.In that where you need to specify the SET to slice on. Have a look at Using Sets in MDX QueriesSELECT NON EMPTY {...

View Article



MDX Intersection - how to?

A similar question has been asked here, but I'll give a brief intro. In SQL Server there are 3 tables:Order (Id, Date);Product (Id, Name);OrderRefProduct (Id, OrderId, ProductId);OrderRefProduct is a...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images