dbTalk Databases Forums  

Is it possible to use the shared dims. and cube-specific dims. and measures

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


Discuss Is it possible to use the shared dims. and cube-specific dims. and measures in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Philipus via SQLMonster.com
 
Posts: n/a

Default Is it possible to use the shared dims. and cube-specific dims. and measures - 07-11-2005 , 09:12 AM






in a way desribed here?

I have, say, Product and Time dims. which are same across all cubes. And I
have measures (aggregations) for each product and time levels. This is
simple to do, with a single cube.

But I also have the user-specific aggregations-measures (ie. time-prod-user).
With 'user' , the aggregated values are different...

If I am to use the shared dims(prod and time) across all cubes I use, but
with user-specific measures (or xyz-specifc..), how to achive this?. For
example, if I drag and drop 'user' into the report area (say, in excel-pivot
table), then it should show user-specific aggregated values, replacing the
globally aggregated values.

Please explain how this is possible.. OR is there any other possibility of
implementing this type of requirement?

Thank you
philipus


--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...-olap/200507/1

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

Default Re: Is it possible to use the shared dims. and cube-specific dims. and measures - 07-12-2005 , 03:48 AM






Please check Dynamic Security in Analysis services using cube roles


Reply With Quote
  #3  
Old   
Philipus via SQLMonster.com
 
Posts: n/a

Default Re: Is it possible to use the shared dims. and cube-specific dims. and measures - 07-12-2005 , 11:33 AM



Im sorry, I could not get what you mean here. Was it confused with the 'user'
that I used in my description? What I meant by 'user' was : The user of a
product . ie. I wanted to know the possibilities for:

a. What is the maximum usage of THIS PRODUCT today?
b. What is the maximum usage of THIS PRODUCT by THIS USER today?

Q. The result from these two are different though the value could be the
same. So how to implement the OLAP for such kind of data?

Thank you! - philipus

pras wrote:
Quote:
Please check Dynamic Security in Analysis services using cube roles

--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...-olap/200507/1


Reply With Quote
  #4  
Old   
pras
 
Posts: n/a

Default Re: Is it possible to use the shared dims. and cube-specific dims. and measures - 07-13-2005 , 05:07 AM



OK,I assume you have User,product and Time dimension

What is the maximum usage of THIS PRODUCT today?
Calculated member:Max_usage :I assume sales as measure
Max(Time.Currentmember,[Measures].[Sales]) and put the Product on the
rows
Filter axis selecting the time.

What is the maximum usage of THIS PRODUCT by THIS USER today?
Calculated member:Max_usage_User
:Max(Crossjoin({product.Currentmember},{User.Curre ntmember}),[Measures].[Sales])


Please let me if it satisifes your queries

Regards,
Prasanna

Philipus via SQLMonster.com wrote:
Quote:
Im sorry, I could not get what you mean here. Was it confused with the 'user'
that I used in my description? What I meant by 'user' was : The user of a
product . ie. I wanted to know the possibilities for:

a. What is the maximum usage of THIS PRODUCT today?
b. What is the maximum usage of THIS PRODUCT by THIS USER today?

Q. The result from these two are different though the value could be the
same. So how to implement the OLAP for such kind of data?

Thank you! - philipus

pras wrote:
Please check Dynamic Security in Analysis services using cube roles


--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...-olap/200507/1


Reply With Quote
  #5  
Old   
Philipus via SQLMonster.com
 
Posts: n/a

Default Re: Is it possible to use the shared dims. and cube-specific dims. and measures - 07-13-2005 , 07:16 AM



You are bit closer it seems. Thanks!
But I would like to clarify certain things fastly, and in bits and pices
(instead of writing huge paras). Would it be possible to chat or you just
want me to explain in detail?

Philipus

pras wrote:
Quote:
OK,I assume you have User,product and Time dimension

What is the maximum usage of THIS PRODUCT today?
Calculated member:Max_usage :I assume sales as measure
Max(Time.Currentmember,[Measures].[Sales]) and put the Product on the
rows
Filter axis selecting the time.

What is the maximum usage of THIS PRODUCT by THIS USER today?
Calculated member:Max_usage_User
:Max(Crossjoin({product.Currentmember},{User.Curre ntmember}),[Measures].[Sales])

Please let me if it satisifes your queries

Regards,
Prasanna

Im sorry, I could not get what you mean here. Was it confused with the 'user'
that I used in my description? What I meant by 'user' was : The user of a
[quoted text clipped - 9 lines]

Please check Dynamic Security in Analysis services using cube roles

--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...-olap/200507/1


Reply With Quote
  #6  
Old   
Philipus via SQLMonster.com
 
Posts: n/a

Default Re: Is it possible to use the shared dims. and cube-specific dims. and measures - 07-13-2005 , 07:19 AM



BTW: I request you to look into my other thread "Implementing time-based
usage statistics". That is the basis. Just let me know if you get the point...
..

Philipus

pras wrote:
Quote:
OK,I assume you have User,product and Time dimension

What is the maximum usage of THIS PRODUCT today?
Calculated member:Max_usage :I assume sales as measure
Max(Time.Currentmember,[Measures].[Sales]) and put the Product on the
rows
Filter axis selecting the time.

What is the maximum usage of THIS PRODUCT by THIS USER today?
Calculated member:Max_usage_User
:Max(Crossjoin({product.Currentmember},{User.Curre ntmember}),[Measures].[Sales])

Please let me if it satisifes your queries

Regards,
Prasanna

Im sorry, I could not get what you mean here. Was it confused with the 'user'
that I used in my description? What I meant by 'user' was : The user of a
[quoted text clipped - 9 lines]

Please check Dynamic Security in Analysis services using cube roles

--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...-olap/200507/1


Reply With Quote
  #7  
Old   
pras
 
Posts: n/a

Default Re: Is it possible to use the shared dims. and cube-specific dims. and measures - 07-13-2005 , 11:07 PM



Please explain in detail.

Philipus via SQLMonster.com wrote:
Quote:
You are bit closer it seems. Thanks!
But I would like to clarify certain things fastly, and in bits and pices
(instead of writing huge paras). Would it be possible to chat or you just
want me to explain in detail?

Philipus

pras wrote:
OK,I assume you have User,product and Time dimension

What is the maximum usage of THIS PRODUCT today?
Calculated member:Max_usage :I assume sales as measure
Max(Time.Currentmember,[Measures].[Sales]) and put the Product on the
rows
Filter axis selecting the time.

What is the maximum usage of THIS PRODUCT by THIS USER today?
Calculated member:Max_usage_User
:Max(Crossjoin({product.Currentmember},{User.Curre ntmember}),[Measures].[Sales])

Please let me if it satisifes your queries

Regards,
Prasanna

Im sorry, I could not get what you mean here. Was it confused with the 'user'
that I used in my description? What I meant by 'user' was : The user of a
[quoted text clipped - 9 lines]

Please check Dynamic Security in Analysis services using cube roles


--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...-olap/200507/1


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.