dbTalk Databases Forums  

logical expressions in mdx query

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


Discuss logical expressions in mdx query in the microsoft.public.sqlserver.olap forum.



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

Default logical expressions in mdx query - 11-02-2006 , 09:13 AM






how to use logical expressions like 'AND' or 'OR' in mdx query? this is
basicly what I´m trying to do:

SELECT CustomerName, ManagerName, ProjectNumber
FROM Cube
WHERE ProjectManager = 'xyz' OR AccountManager = 'xyz' OR Division =
'xxx' OR Division = 'yyy'

can anyone help me with this? I was trying to use the filter condition,
but I don´t really know how to use it correctly, are there any
examples or tutorials about this topic?


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.