dbTalk Databases Forums  

Urgent - Non aggregated level of a Dimension

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


Discuss Urgent - Non aggregated level of a Dimension in the microsoft.public.sqlserver.olap forum.



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

Default Urgent - Non aggregated level of a Dimension - 08-27-2005 , 10:18 AM






I have supplier dimension with 3 levels

1st Level Name = Supplier Type
2nd Level Name = Supplier Name
3rd Level Name = Supplier Site.

With two Measures Quantity and Price.

I used custom rollup property on 3rd Level of supplier dimension to
avoid aggregation on these measure, but my client need aggregation on
2nd Level and 1st Level of quantity measure.

I already try custom rollup formula, custom member and custom member
option properties. All of them are not working.


How to solve this problem.

Waiting for reply & Thankx in advance of helping me


Mansoor


Reply With Quote
  #2  
Old   
Jéjé
 
Posts: n/a

Default Re: Urgent - Non aggregated level of a Dimension - 08-27-2005 , 11:19 AM






why you don't use a calculated measure instead of custom rollup?

let the current measures in place.
hide the price measure to the end user.
create a new calultaed measure like this:
iif(isleaf(supplier.currentmember), measures.HiddenPrice, null)

this return null if the user is not at the lowest level.


<mansoorak77 (AT) gmail (DOT) com> wrote

Quote:
I have supplier dimension with 3 levels

1st Level Name = Supplier Type
2nd Level Name = Supplier Name
3rd Level Name = Supplier Site.

With two Measures Quantity and Price.

I used custom rollup property on 3rd Level of supplier dimension to
avoid aggregation on these measure, but my client need aggregation on
2nd Level and 1st Level of quantity measure.

I already try custom rollup formula, custom member and custom member
option properties. All of them are not working.


How to solve this problem.

Waiting for reply & Thankx in advance of helping me


Mansoor



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.