dbTalk Databases Forums  

Two or more members on same level ...

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


Discuss Two or more members on same level ... in the microsoft.public.sqlserver.olap forum.



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

Default Two or more members on same level ... - 12-11-2004 , 04:06 AM






Hi All,

I am designing a warehouse for an ISP Billing system, for this purpose
i need to have two members (Customer Phone Number & Customer Name) on
same Level. I will not be using these two members simeltaneously, i.e.
Only one member will be using for analysis at one time, either by Phone
Number or Customer Name.

Any suggestions about how to create the warehouse that can address this
issue, and also how will be using it in OLAP ?.

I read some where on the internet that using a "Star Flake Schema" can
solve this problem, but i am not sure how :s
Any suggestions or recommendations ???


Regards,
Mansoor


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

Default RE: Two or more members on same level ... - 12-13-2004 , 12:39 PM






you might consider creating two hierarchies (one for name, one for number)
and refering to the required hierarchy appropriately.

Cheers

DG

"Muhammad Mansoor" wrote:

Quote:
Hi All,

I am designing a warehouse for an ISP Billing system, for this purpose
i need to have two members (Customer Phone Number & Customer Name) on
same Level. I will not be using these two members simeltaneously, i.e.
Only one member will be using for analysis at one time, either by Phone
Number or Customer Name.

Any suggestions about how to create the warehouse that can address this
issue, and also how will be using it in OLAP ?.

I read some where on the internet that using a "Star Flake Schema" can
solve this problem, but i am not sure how :s
Any suggestions or recommendations ???


Regards,
Mansoor



Reply With Quote
  #3  
Old   
Jean-Marc Kiener
 
Posts: n/a

Default Re: Two or more members on same level ... - 12-14-2004 , 02:44 AM



Member Name column of Dimension :
CONVERT(VARCHAR(10),"dbo"."YourCube"."YourField") + ' ' +
"dbo"."YourCube"."YourField2"

The Convert is great for give for ex. all Tel-Numbers the same length.




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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.