I have a dimension for account and measures for time taken for editing etc. which provide a sum of minutes taken to edit all documents in each account.
The requirement is on clicking on the account link to be able to get details regarding each document in every account. for each document, I would need to display editor name, time taken, document type etc.
How do I display details that are not an aggregation along the rows but individual details of each document?
I would suggest using the drillthrough mdx command - more details @. BOL: http://msdn2.microsoft.com/en-us/library/ms145964.aspx
No comments:
Post a Comment