Need Help to form the MDX-Statement
- From: "chris" <christi.ochs@xxxxxx>
- Date: 27 Nov 2006 05:01:13 -0800
Hello, I have following Situation:
I have a Dimension "SourceDirectory", whis has Elements
"SourceDirectory1", "SourceDirectory2", ... until "SourceDirectory10".
My Statement in MDX is whis:
SELECT {[Measures].AllMembers} ON columns,
{[SourceDirectory].Children} ON rows
FROM [CheckstyleError]
It works. Now, how can I select all SourceDirectories but not the
"SourceDirectory6", whis has only NULL-Values and I need't to see it in
my report.
I would be glad to have an early reply!
Thanks
.
- Prev by Date: Re: Excel 2007 connection
- Next by Date: SSAS 2005: How to get quick status of OLAP database
- Previous by thread: MDX Rank() -- Tied Ranking with decimal values
- Next by thread: Re: Need Help to form the MDX-Statement
- Index(es):
Relevant Pages
|