dbTalk Databases Forums  

CREATE GLOBAL CUBE and HIDE_MEMBER_IF

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


Discuss CREATE GLOBAL CUBE and HIDE_MEMBER_IF in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Buelli@gmail.com
 
Posts: n/a

Default CREATE GLOBAL CUBE and HIDE_MEMBER_IF - 03-07-2006 , 04:43 AM






Hi,

System: Analysis-Server 2000 SP4, Excel XP

I want to create an offline-cube via VBScript (within DTS) and it works
finde. If I connect with Excel directly to AS, the one ragged dimension
is displayed correctly in Excel. With the offline-version of this cube
the dimension is NOT ragged. So I want to put the option HIDE-MEMBER_IF
PARENT_NAME to the VBScript

Code-Snippet from the create-global-cube-statement:

SCreateCube = sCreateCube & " DIMENSION [kDfA].[MA]" & vbCrLf
SCreateCube = sCreateCube & " (" & vbCrLf
SCreateCube = sCreateCube & " LEVEL [(Gesamt)] ," & vbCrLf
SCreateCube = sCreateCube & " LEVEL [Ma3] HIDE_MEMBER_IF PARENT_NAME,"
& vbCrLf
SCreateCube = sCreateCube & " LEVEL [Ma2] HIDE_MEMBER_IF PARENT_NAME,"
& vbCrLf
SCreateCube = sCreateCube & " LEVEL [Ma1] HIDE_MEMBER_IF PARENT_NAME,"
& vbCrLf
SCreateCube = sCreateCube & " LEVEL [Msd] HIDE_MEMBER_IF PARENT_NAME"
& vbCrLf
SCreateCube = sCreateCube & " )," & vbCrLf

Any hints?

thanks in advance

Bernhard Saemmer


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.