dbTalk Databases Forums  

Reading Sum of measure

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


Discuss Reading Sum of measure in the microsoft.public.sqlserver.olap forum.



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

Default Reading Sum of measure - 03-10-2005 , 12:41 PM






Hi there,
How Can I read the sum of Measure in calculated members ? Here is my case..
Is there any way to read the total ( in this case 200 ) in Calculated
members ?
Dim ZipCode Population Calculated members result
12345 100 200
23456 50 200
54678 20 200
09990 10 200
10000 20 200
--------------------- --------
200 200

Thanks
-Kris

Reply With Quote
  #2  
Old   
Ohjoo Kwon
 
Posts: n/a

Default Re: Reading Sum of measure - 03-10-2005 , 08:00 PM






You can use tuple. For example

([Population], [ZipCode].[All ZipCodes])

Ohjoo Kwon


"Kris" <Kris (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi there,
How Can I read the sum of Measure in calculated members ? Here is my
case..
Is there any way to read the total ( in this case 200 ) in Calculated
members ?
Dim ZipCode Population Calculated members result
12345 100 200
23456 50 200
54678 20 200
09990 10 200
10000 20 200
--------------------- --------
200 200

Thanks
-Kris



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.