dbTalk Databases Forums  

Summary and Detail links

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


Discuss Summary and Detail links in the microsoft.public.sqlserver.olap forum.



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

Default Summary and Detail links - 11-13-2005 , 08:01 PM






Hi,

I have a scenario where i need to show Actual # of passengers per City along
with Estimated # of passengers per City for Tri rail.
I have the detail data in a table while i have another table having only
Summary per City Total # of passengers.......

what is the best practice to show this kind of data in one cube like I want
to show Estimated Vs Actual..........

One would be to create another table having summary of actual from detail
table and then show the two tables measures in one cubes
but is there a way i can skip this extra creation of table...........

any best practice on this

Regards,

BizWorld



Reply With Quote
  #2  
Old   
Jéjé
 
Posts: n/a

Default Re: Summary and Detail links - 11-13-2005 , 08:46 PM






using AS2000 you have to create 2 cubes, 1 for the actual value the second
for the estimated measures.
then create a virtual cube which include the 2 first.
now you have the estimated values with the real values.

using AS2005, you have to create 1 cube and 2 measure group (1 for each
table)

you can now create a calculated measure like (which works with AS2000 and
AS2005):
Real / estimated to get the ratio.

"BizWorld" <moonis.tahir (AT) gmail (DOT) com> wrote

Quote:
Hi,

I have a scenario where i need to show Actual # of passengers per City
along with Estimated # of passengers per City for Tri rail.
I have the detail data in a table while i have another table having only
Summary per City Total # of passengers.......

what is the best practice to show this kind of data in one cube like I
want to show Estimated Vs Actual..........

One would be to create another table having summary of actual from detail
table and then show the two tables measures in one cubes
but is there a way i can skip this extra creation of table...........

any best practice on this

Regards,

BizWorld




Reply With Quote
  #3  
Old   
BizWorld
 
Posts: n/a

Default Re: Summary and Detail links - 11-15-2005 , 08:13 PM



I am now working with Analysis service 2005. can you please explain a little
bit more how do i create two measure Groups under one Cube???



"Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> wrote

Quote:
using AS2000 you have to create 2 cubes, 1 for the actual value the second
for the estimated measures.
then create a virtual cube which include the 2 first.
now you have the estimated values with the real values.

using AS2005, you have to create 1 cube and 2 measure group (1 for each
table)

you can now create a calculated measure like (which works with AS2000 and
AS2005):
Real / estimated to get the ratio.

"BizWorld" <moonis.tahir (AT) gmail (DOT) com> wrote in message
news:OE7CC9L6FHA.2560 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Hi,

I have a scenario where i need to show Actual # of passengers per City
along with Estimated # of passengers per City for Tri rail.
I have the detail data in a table while i have another table having only
Summary per City Total # of passengers.......

what is the best practice to show this kind of data in one cube like I
want to show Estimated Vs Actual..........

One would be to create another table having summary of actual from detail
table and then show the two tables measures in one cubes
but is there a way i can skip this extra creation of table...........

any best practice on this

Regards,

BizWorld






Reply With Quote
  #4  
Old   
Jéjé
 
Posts: n/a

Default Re: Summary and Detail links - 11-15-2005 , 09:38 PM



simple,
use the cube creation wizard or create a new measure group by clicking the
"new measure group" in the "cube" menu. (open the cube, go to the cube menu,
or click the icon number 4 in the toolbar)

each measure group is related to a specific fact table.


"BizWorld" <moonis.tahir (AT) gmail (DOT) com> wrote

Quote:
I am now working with Analysis service 2005. can you please explain a
little bit more how do i create two measure Groups under one Cube???



"Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> wrote in message
news:OZW%23ZWM6FHA.3876 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
using AS2000 you have to create 2 cubes, 1 for the actual value the
second for the estimated measures.
then create a virtual cube which include the 2 first.
now you have the estimated values with the real values.

using AS2005, you have to create 1 cube and 2 measure group (1 for each
table)

you can now create a calculated measure like (which works with AS2000 and
AS2005):
Real / estimated to get the ratio.

"BizWorld" <moonis.tahir (AT) gmail (DOT) com> wrote in message
news:OE7CC9L6FHA.2560 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Hi,

I have a scenario where i need to show Actual # of passengers per City
along with Estimated # of passengers per City for Tri rail.
I have the detail data in a table while i have another table having only
Summary per City Total # of passengers.......

what is the best practice to show this kind of data in one cube like I
want to show Estimated Vs Actual..........

One would be to create another table having summary of actual from
detail table and then show the two tables measures in one cubes
but is there a way i can skip this extra creation of table...........

any best practice on this

Regards,

BizWorld








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.