dbTalk Databases Forums  

don't show rows with no data

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


Discuss don't show rows with no data in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jesse Drogin
 
Posts: n/a

Default don't show rows with no data - 11-02-2004 , 05:22 PM






When I filter my report by certain members of a dimension I get some rows of
data that don't have any values. Is there a way I can supress the zeros or
no data rows?

Thanks.

Reply With Quote
  #2  
Old   
Charlie
 
Posts: n/a

Default Re: don't show rows with no data - 11-03-2004 , 08:28 AM






If you mean in MDX - use NON EMPTY to remove rows whose values are all null
and FILTER to remove zero-valued cells.

If you mean in Excel - you have to use Auto-Filter.


"Jesse Drogin" <JesseDrogin (AT) discussions (DOT) microsoft.com> wrote

Quote:
When I filter my report by certain members of a dimension I get some rows
of
data that don't have any values. Is there a way I can supress the zeros
or
no data rows?

Thanks.



Reply With Quote
  #3  
Old   
Mark A Morris
 
Posts: n/a

Default Re: don't show rows with no data - 11-03-2004 , 05:04 PM



OR
the faster NONEMPTYCROSSJOIN if you are sure that NON_EMPTY_BEHAVIOR is
configured correctly for your members.



"Charlie" wrote:

Quote:
If you mean in MDX - use NON EMPTY to remove rows whose values are all null
and FILTER to remove zero-valued cells.

If you mean in Excel - you have to use Auto-Filter.


"Jesse Drogin" <JesseDrogin (AT) discussions (DOT) microsoft.com> wrote in message
news:925156EC-BC46-4BEE-AB4D-61FE22E5F6A2 (AT) microsoft (DOT) com...
When I filter my report by certain members of a dimension I get some rows
of
data that don't have any values. Is there a way I can supress the zeros
or
no data rows?

Thanks.




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.