MDX for TopCount -
11-09-2004
, 09:43 AM
Hi,
I am trying to create a set of top 10 countries that updates when the Send
Year is changed. I have scanned the net and found various example that I
attempted to tailor to my requirements but none seem to work. Can anyone
help please?
I have attached an example piece of code that I found and used...
with set Top 10 Countries as
'Topcount ( { [RCV_Country].[RCV_Country].members }, 10,
([SND_Year].currentmember, [SND_Value ?])' |