Viewing 6 posts - 1 through 6 (of 6 total)
In the normal MOLAP storage scenario it is true that the data from the facts tables (or at least only the relevant columns that are used for measures and keys that...
February 27, 2006 at 3:31 am
ToString() function is part of .NET framework. It is not a part of MDX query in this context. It is executed as part of the expression that renders MDX query to be...
February 27, 2006 at 2:50 am
This is probably happening because your parameter TopNum is of type Integer. You need to cast its value to string in your query expression:
FROM ( SELECT (
February 23, 2006 at 2:47 am
All you need to do is to create a Measure Group for each of the fact tables in you cube. You can do it by using Cube Designer. Go to the Cube Structure view. Right...
January 31, 2006 at 8:26 am
A utility dimension is just a regular dimension like any other. This dimension will have only one regular member. You can create a dimension like this from a...
May 25, 2005 at 8:50 am
May 24, 2005 at 2:34 am
Viewing 6 posts - 1 through 6 (of 6 total)