dbTalk Databases Forums  

perncetage %

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


Discuss perncetage % in the microsoft.public.sqlserver.olap forum.



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

Default perncetage % - 02-22-2005 , 05:51 AM






Hi!

I have a measure Quantity.

I want to show the percentages when drill down according to year..

ALL YEAR 2000
+2004 500
+2005 1500

How can I do this?

I need the result as

ALL YEAR
+2004 500 %25
+2005 1500 %75



Reply With Quote
  #2  
Old   
Vladimir Chtepa
 
Posts: n/a

Default Re: perncetage % - 02-22-2005 , 06:58 AM






Hi, Zitus.

Would you like a expression for the cube scope calculated member or just for
the query scope calculated member? On what dimension should this member?

I can give you one example, but it is not universal, because it goes on the
explicit given Dimension. Here is the Time Dimension.

([Measures].[Sales Amount], [Time].currentmember)*100/([Measures].[Sales
Amount], [Time].[All Time])

Thanks,

Vladimir Chtepa




"zitus" <zitus (AT) community (DOT) nospam> schrieb im Newsbeitrag
news:e5pnXTNGFHA.1740 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Quote:
Hi!

I have a measure Quantity.

I want to show the percentages when drill down according to year..

ALL YEAR 2000
+2004 500
+2005 1500

How can I do this?

I need the result as

ALL YEAR
+2004 500 %25
+2005 1500 %75





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.