dbTalk Databases Forums  

Dimension - All level only with no members.

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Dimension - All level only with no members. in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
VJ
 
Posts: n/a

Default Dimension - All level only with no members. - 10-14-2003 , 10:05 PM






Hi,

I have an MS Access table as fact data. Two of the fields
in this table which has to be created as dimensions have
more than 5000 distinct values. I want to create a Local
cube. I dont want to get all those 5000 distinct values
as memebers for those two dimensions into the local cube.
Rather have only the <All> level containing aggregated
value. Is this possible. If yes what is the syntax.

In short - I dont want all the members but only the "All"
level. So that I can minimize the local cube file.

Thanks,
VJ

Reply With Quote
  #2  
Old   
Bill Cheng [MSFT]
 
Posts: n/a

Default RE: Dimension - All level only with no members. - 10-15-2003 , 08:08 PM






Hi,

In the DIMENSION clause of the CREATE CUBE statement, the name given to a
level of TYPE ALL applies the specified name to the All member rather than
the (All) level; the (All) level always has the name (All), including the
parentheses. For example, the clause LEVEL [All Customers] TYPE ALL creates
a level named (All) containing a single member named [All Customers]. There
is no [All Customers] level.

You may refer to "A. Defining a Local Cube's Dimensions" in "Using the
CREATE CUBE Statement".
http://msdn.microsoft.com/library/en...clien_2zg4.asp


Bill Cheng
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
Quote:
Content-Class: urn:content-classes:message
From: "VJ" <vj (AT) newsgroup (DOT) com
Sender: "VJ" <vj (AT) newsgroup (DOT) com
Subject: Dimension - All level only with no members.
Date: Tue, 14 Oct 2003 20:05:16 -0700
Lines: 15
Message-ID: <07f401c392c9$28e0d190$a301280a (AT) phx (DOT) gbl
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcOSySjg72vEpCotR92BIAi+r3ZPZw==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.sqlserver.olap
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.olap:43912
NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
X-Tomcat-NG: microsoft.public.sqlserver.olap

Hi,

I have an MS Access table as fact data. Two of the fields
in this table which has to be created as dimensions have
more than 5000 distinct values. I want to create a Local
cube. I dont want to get all those 5000 distinct values
as memebers for those two dimensions into the local cube.
Rather have only the <All> level containing aggregated
value. Is this possible. If yes what is the syntax.

In short - I dont want all the members but only the "All"
level. So that I can minimize the local cube file.

Thanks,
VJ



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.