Viewing 15 posts - 46 through 60 (of 118 total)
Hi Chris,
SCOPE definately helped since the calculated member will be evaluated when the Category is selected on the axis.
When the Category is not selected, on its own, the calculation...
April 12, 2012 at 10:19 am
Managed to solve this using SCOPE although not perfect.
Cheers
April 4, 2012 at 3:05 am
Hi Raunak,
I have changed the part of the expression you pointed out to:
iif ( isempty([Measures].[Support Hours Bought]) OR [Measures].[Support Hours Bought] = 0, 0, [Measures].[Support Hours Bought] - [Measures].[Duration in...
April 4, 2012 at 1:31 am
Hello Raunak,
This is the complete MDX for the calcualted members. There are 2 numeric columns because I am adding 2 calculated members, named Remaining Support Hours as Per Agreement...
April 4, 2012 at 12:20 am
Hi Raunak,
It is ignoring the IIF because if I create another calculated measure with same expression but without the IIF as per:
CREATE MEMBER CURRENTCUBE.[Measures].[RSH]
AS [Measures].[Support Hours Bought] - [Measures].[Duration...
April 3, 2012 at 11:52 pm
Hi Steve,
Go exactly your suggestions so now it's workin Thanks heaps!
February 8, 2012 at 6:15 am
Hi Steve,
Thanks for your comment.
I have created the relationship in the DSV but I do not get the wizard to create the Parent-Child dimension, maybe I am missing something?
Thanks
jon
February 7, 2012 at 11:51 pm
Thanks Arjun for your solution, however, what if the 'large' xml file contains 100,000 'root' nodes?
In addition, the solution returns three columns, not three rows.
Do you think it is...
March 8, 2011 at 8:08 am
Hi Jack,
Thanks for your help. Your link and article really helped a lot and managed to get around the problem 😉
Cheers and Thanks
Jonathan
September 22, 2010 at 11:33 pm
You're Welcome mate... glad to help 🙂
chris.stuart (4/19/2010)
Jonathan Mallia (4/16/2010)
Also, do the same from any triggers.
Furthermore, set the database...
April 19, 2010 at 1:25 am
if you have any indexes, disable or drop them, and recreate afterwards.
Also, do the same from any triggers.
Furthermore, set the database recovery mode to bulk logged and reset to full...
April 16, 2010 at 7:05 am
Thanks for yoiur post Santori.. it was really helpful.
Any othe ideas / suggestions still welcome 🙂
Thank you
September 27, 2009 at 11:40 pm
Thanks for yoiur post Santori.. it was really helpful.
Any othe ideas / suggestions still welcome 🙂
Thank you
September 27, 2009 at 11:34 pm
Thanks for getting back to the question 🙂
September 25, 2009 at 5:32 am
Viewing 15 posts - 46 through 60 (of 118 total)