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 |