dbTalk Databases Forums  

URGENT: Fuzzy hierarchy

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


Discuss URGENT: Fuzzy hierarchy in the microsoft.public.sqlserver.olap forum.



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

Default URGENT: Fuzzy hierarchy - 07-17-2003 , 09:26 AM






Hi, All!

I need help. How can I with MS AS 2K realize next task.

Among others we have Product dimension. The lowest level in it is model.
Each model can have several properties (width (A,B,C...),
material(silk, lether...), ...(...)). Users can add and change these
properties
dynamically.

Is it possible to build such one(!) dimension (ModelProperties) using
which
we can analyze sales by these properties?

Or the only chance is to build several dimensions and every time when
they
have changed we should manualy delete useless and add new one?

thanks
-- -
With best regards,
Andrey Savchenko


Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: URGENT: Fuzzy hierarchy - 07-18-2003 , 12:18 AM






If I understood correctly, you want to analyze dynamically by many
member properties at run-time, rather than making a dimension for each
property. Maybe this post can help you?

http://groups.google.com/groups?q=cr...microsoft.publ
ic.sqlserver.olap&hl=en&lr=&ie=UTF-8&oe=UTF-8&group=microsoft.public.sql
server.olap&selm=bf90cde3.0208281937.3875aa5%40pos ting.google.com&rnum=3
Quote:
From: dpuri (deepak_puri (AT) progressive (DOT) com)
Subject: Re: Distinct Sum Queastion
View: Complete Thread (4 articles)
Original Format
Newsgroups: microsoft.public.sqlserver.olap
Date: 2002-08-28 20:37:59 PST

There is a simple MDX solution, using CreatePropertySet():
Quote:
WITH SET BrandNames AS
'CreatePropertySet([Product],
[Product].[Brand Name].Members,
[Product].CurrentMember.Name)'

SELECT {[Unit Sales]} ON COLUMNS,
Order(BrandNames,[Product].CurrentMember.Name) ON ROWS

FROM Sales
Quote:
Since [MS] has not documented this (??) in SQL BOL, refer to
a SQL Server Magazine article by Russ Whitney of Proclarity:

http://www.sqlmag.com/Articles/Index...rticleID=16302
Quote:
- Deepak

*** 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.