dbTalk Databases Forums  

Where Clause in Create Cube

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


Discuss Where Clause in Create Cube in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ernesto LEITE via SQLMonster.com
 
Posts: n/a

Default Where Clause in Create Cube - 05-03-2005 , 02:55 AM






Hello everybody.
I have a problem since two days.
I have to create locals cubes from existing cubes and I want to exclude
some data (a member of a dimension for example).

I try this syntax :
CREATE CUBE xxxx
Dimensio xxx
Insert Into xxx
xxx
Select [MyCube].[myDimension] from MyOnlineCube where [MyOnlineCube].
[myDimension] <> 'A value'

But its fails. The symbol '<>' is not allowed. Does anybody know which
syntax I have to use to exclude a member ?
Thanks!

--
Message posted via http://www.sqlmonster.com

Reply With Quote
  #2  
Old   
Ernesto LEITE via SQLMonster.com
 
Posts: n/a

Default Re: Where Clause in Create Cube - 05-04-2005 , 02:37 AM






And I try the symbol '!=', the except function etc... but it doesn't work
too.

--
Message posted via http://www.sqlmonster.com

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.