dbTalk Databases Forums  

Re: Reproduce a member at each level in the dimension hierarchy?

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


Discuss Re: Reproduce a member at each level in the dimension hierarchy? in the microsoft.public.sqlserver.olap forum.



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

Default Re: Reproduce a member at each level in the dimension hierarchy? - 10-18-2003 , 03:18 AM






Have you built calculations? My guess is that once calculated member will
suffice. They are defined in the cube editor (right-click calc members
folder).

Measures.VersusTop
' (Measures.MyMeasure, OrgDim.CurrentMember) /
(Measures.MyMeasure, OrgDim.[Top Member]) '

Anytime you divide you need to check for div/zero -- wrap expression in IIF.
1st see if this is what you have in mind.

tom @ the domain below
www.tomchester.net


"Alan" <XalanX.XhowardX (AT) XparadiseX (DOT) XnetX.XnzX> wrote

Quote:
I have a dimension with the following levels:

Organisation -> Division -> Department -> Subsection

There is one organisation at the top level. Is it possible to reproduce
this
member within each of the other levels as well? What I'm trying to do is
create a pivot chart that allows the comparison of a measure for a member
at
any level in the dimension against the same measure for the topmost
organisation member.

This is what I think I need in my hierarchy to allow me to compare B1
against A, C3 against A, etc.:

A
- B1
-- C1
-- C2
-- A
- B2
-- C3
-- C4
-- C5
-- A
- A

What's the proper way of doing this? I'm using SQL Server 2000 Ent Ed.
Analysis Services and Excel 2000.

Many thanks,

Alan





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.