Hi,
The MDX query given below returns result for all years. i just want it to return for a specific year (let's say 2005), how can i achieve this? please advise
WITH
MEMBER [Measures].[% Sold] As '([Fiscal Year].CurrentMember.PrevMember...
Hi,
I MDX query return the result as follows;
Week Stock Sold
1 500 100
2 350 50
3 300 50
But I wanted to have the result as;
Week Stock Sold % Sold (Calculated field)
1 500 100 Null
2 350 50 50/500 = 10%
3 300 50 50/300 = 16.6 %
Note:
“% sold” field of each week should be calculated as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.