dbTalk Databases Forums  

the easy way to avoid dimentsion aggregation?

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


Discuss the easy way to avoid dimentsion aggregation? in the microsoft.public.sqlserver.olap forum.



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

Default the easy way to avoid dimentsion aggregation? - 09-02-2003 , 10:45 AM






Hi,
what are/is a way to not aggregate measures along let's say a time
dimension? I tried to use various properties of the dimension and it's
levels (like Aggregation usage, enable aggregation) and they don't seem to
do the trick.
Thanks in advance,
Koni.



Reply With Quote
  #2  
Old   
Sean Boon [MS]
 
Posts: n/a

Default Re: the easy way to avoid dimentsion aggregation? - 09-02-2003 , 01:30 PM






Hi Koni,

Setting those properties controls whether or not aggregates will be created
along those dimensions. However, I'm not sure that is what you're trying to
do. I think you might be trying to keep the data from being aggregated
using the aggregate function defined by a base measure (say SUM, MIN, MAX,
COUNT, etc). That is an entirely different subject. BOL addresses this
under topics such as Custom Rollups, Unary Operators, Calculated Cells, etc.


Sean


--
Sean Boon
SQL Server BI Product Unit

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.


"Koni Kogan" <k_kogan (AT) hotmail (DOT) com> wrote

Quote:
Hi,
what are/is a way to not aggregate measures along let's say a time
dimension? I tried to use various properties of the dimension and it's
levels (like Aggregation usage, enable aggregation) and they don't seem to
do the trick.
Thanks in advance,
Koni.





Reply With Quote
  #3  
Old   
Koni Kogan
 
Posts: n/a

Default Re: the easy way to avoid dimentsion aggregation? - 09-02-2003 , 04:06 PM



Thanks, for the response. May be I need to explain the details.
I have a simple cube:

dimensions:
Tables: Server->Database->Table
Time: Year->month->date
Measures: Tables Size, Index size, Total size (calc)


As you might imagine these measures need to be aggregated along Tables
dimension but not Time. We just have to display the growth of different
levels of Tables dimension over time.
I am looking for a 'simple' way to do this. I mean something that avoids
MDX coding as in Custom Rollups or Calculated cells. I could not find a way
to apply Unary Operators. It seems like a very common scenario, so can this
be done?

Thanks,
Koni.

"Sean Boon [MS]" <seanboon (AT) online (DOT) microsoft.com> wrote

Quote:
Hi Koni,

Setting those properties controls whether or not aggregates will be
created
along those dimensions. However, I'm not sure that is what you're trying
to
do. I think you might be trying to keep the data from being aggregated
using the aggregate function defined by a base measure (say SUM, MIN, MAX,
COUNT, etc). That is an entirely different subject. BOL addresses this
under topics such as Custom Rollups, Unary Operators, Calculated Cells,
etc.


Sean


--
Sean Boon
SQL Server BI Product Unit

--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.


"Koni Kogan" <k_kogan (AT) hotmail (DOT) com> wrote in message
news:#XZrolWcDHA.2432 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Hi,
what are/is a way to not aggregate measures along let's say a time
dimension? I tried to use various properties of the dimension and it's
levels (like Aggregation usage, enable aggregation) and they don't seem
to
do the trick.
Thanks in advance,
Koni.







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.