![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Please check Dynamic Security in Analysis services using cube roles |
#4
| |||
| |||
|
|
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 |
#5
| |||
| |||
|
|
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 |
#6
| |||
| |||
|
|
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 |
#7
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |