Viewing 15 posts - 1 through 15 (of 77 total)
December 10, 2018 at 4:46 am
Can you give hierarchy 1 and hierarchy 2 levels. little more info required.
November 13, 2014 at 8:25 am
Thanks for suggestion! I have removed Union.
November 13, 2014 at 7:29 am
I have edited my post. Pls check. I love MDX Studio for formatting. 🙂
November 13, 2014 at 7:16 am
You can try this:- Its perfect, you will just love it.
WITH
MEMBER Measures.MaxMonthValue AS
Max
(
...
November 13, 2014 at 4:24 am
It is :
SELECT [Measures].[Sales Amount Quota] ON COLUMNS,
[Customer].[Customer Geography].[Customer].&[11003] ON ROWS
FROM [Adventure Works]
You don't need to specify all Dimensions as others allmembers wiil be taken in account by default.
November 13, 2014 at 12:18 am
You will just love it...
WITH
MEMBER [Date].[Month of Year].YTDROR AS
Aggregate
(
Except
...
November 12, 2014 at 7:13 am
I can find out whether it is running serially or parallel. My concern is, is it possible or not. If it is possible how to do it so that my...
September 26, 2014 at 6:15 am
what is issue with your query ?
September 26, 2014 at 4:27 am
you can create a Client master db and connect to that db your RDL and create a table ClientDBList in master DB in which you have to maintain the connection...
September 25, 2014 at 8:09 am
+ It may also be possible, you may be using the removed tablix member in other tablix expressions(filter etc.)
September 25, 2014 at 7:32 am
Tricky Q?. I failed for sixth option where I missed the view is created with same name as table and synonym is now referencing view..
😉
August 20, 2014 at 8:41 am
Nice Q? However I did not get it right.
August 20, 2014 at 7:40 am
Dear,
I know this very old post but ..
Solution is:-
Use
Select @vCmd = 'echo ' + @vCLUEDATE + CHAR(254) + '> ' + @vWorkfilename
and then excute below bat file
copy below code...
August 20, 2014 at 1:56 am
Viewing 15 posts - 1 through 15 (of 77 total)