Re: Need Help to form the MDX-Statement



Chris,

NONEMPTY {[SourceDirectory].Children} ON rows

or

{NonEmpty([SourceDirectory].Children)} ON rows

should do it.

Jamie

"chris" <christi.ochs@xxxxxx> wrote in message
news:1164632562.342695.293850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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



.



Relevant Pages

  • Need Help to form the MDX-Statement
    ... I have a Dimension "SourceDirectory", whis has Elements ... My Statement in MDX is whis: ... FROM [CheckstyleError] ...
    (comp.databases.olap)
  • Need Help to form the MDX-Statement
    ... I have a Dimension "SourceDirectory", whis has Elements ... My Statement in MDX is whis: ... FROM [CheckstyleError] ...
    (microsoft.public.sqlserver.olap)
  • Need Help to form the MDX-Statement
    ... I have a Dimension "SourceDirectory", whis has Elements ... My Statement in MDX is whis: ... FROM [CheckstyleError] ...
    (comp.databases.ms-sqlserver)

Loading