Hi,I need a simple (if possible) MDX query on a cube.My starscheme looks like this (simplified for this question ) :- a Fact table 'Sales' with a measure 'Quantity'- a Dimension table 'ProductThe MDX query I need should list the top 10 products sold ( in terms of quantity ), completed with the aggregated result for the rest of the products.Example :Product 1 5.320Product 2 4.924...Product 10 1.923Rest 2.345So far, I have only used very simple MDX selects.Thanks in advance,Franky
↧