HI,I'm New to MDX querying, so looking for some help here :This is the query that got generated out of profiler : [code="sql"]SELECT CROSSJOIN( { [Fiscal_Year].[2014] },{ [Period].[Jun], [Period].[Jul] }, { ADDCALCULATEDMEMBERS([Function].[All Function].Children) })ON 0 ,NON EMPTY CROSSJOIN( { [Fund].[10]}, { [Account_Code].[ABCD] }) ON 1FROM [TFA_Budget2]WHERE ( [Measures].[Value])[/code][center] 2014 2014 2014 2014 2014 2014 2014 2014 2014 2014 2014 2014 Jun Jun Jun Jun Jun Jun Jul Jul Jul Jul Jul Jul A B C D E F A B C D E F 10 ABCD 10 20 30 40 50 60 10 20 30 40 50 60 [/center] Result Set [center]2014 2014 2014 2014 2014 2014 Total Total Total Total Total Total A B C D E F 10 ABCD 20 40 60 80 100 120 [/center] So we total sum(A) for Jun and JUly and put it in Total.Thanks in advance.
↧