dbTalk Databases Forums  

AS2005: non empty behavior but for particular position only?

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


Discuss AS2005: non empty behavior but for particular position only? in the microsoft.public.sqlserver.olap forum.



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

Default AS2005: non empty behavior but for particular position only? - 08-10-2006 , 10:10 PM






Hi,

does it possible to setup the non empty behavior option of a calculated
member regarding specific positions in the cube?

I have a formula like:
measures.NYSales = (measures.sales, country.city.NY)
(in reality my formula is more complex, but the idea is the same)

so the result is empty when I'm not on the NY city.
but my Excel users will see empty (null value) cells for other cities.
and the non empty option in the select statement don't hide these cities
because they are not empty.

select non empty country.city.members on 1,
measures.NYSales on 0
from sales

display all cities not only NY.

so, how can I setup a non empty behavior option for the specific sales AND
NY position only and not based on the sales measure only???
remember, my users use Excel, so there is no ad-hoc MDX query, only the
pivottable...

thanks.

Jerome.



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.