Is there a way to control drill down ability of onw matxix using another.

Followings are just the examples, just trying to show what I want to achieve. In my case, the two matrices are driven by two different datasets, one mdx and the other tsql. The matrices are placed side by side and grouped by the same key. However, the key in the second matrix is hidden since the visibily is provided by the first matrix anyway.

Example: So, the two matrices as given below:

             Gross    Tax     Discount  |                 Net
+1/1/2011    1200    100           50   |    +1/1/2010   1250
+1/2/2011    1400    150           70   |    +1/1/2010   1480

What I want to achieve is:

              Gross  TAX    Discount   |                 Net
1/1/2011       400   33        17      |   1/1/2011      416   
               800   67        33      |                 834
+1/2/2011     1400  150        70      |  +1/2/2011     1480

So, is there a work around to be able to drill donw the second matrix at the same time and in the same way as we drill down the first matrix.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.