Viewing 4 posts - 1 through 4 (of 4 total)
Okay found the answer from a post on
http://social.msdn.microsoft.com
I never set the default member and I never set the isaggregate to false on the LatestFlag dimension...
So any of...
February 21, 2011 at 6:05 am
Tried this too:
Scope ( { Measures.[Amount]} );
Scope( Leaves([ExchangeDateEntered]), [Reporting Currency].[USD],Leaves([Currency]));
...
February 21, 2011 at 5:46 am
This also does the same:
Scope ( { Measures.[Amount]} );
Scope( Leaves([ExchangeDateEntered]),[Reporting Currency].[USD],Leaves([Currency]),[Latest Flag].[Yes]); ...
February 21, 2011 at 4:59 am
Hey Jason!
Thanks alot for taking the time to respond.
Much appreciated.
Your post makes complete sense - and I have in actual fact tried that before.
So:
Scope ( { Measures.[Amount]} ); ...
February 21, 2011 at 4:33 am
Viewing 4 posts - 1 through 4 (of 4 total)