Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Limitations on aggregations - alternatives?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Michael Wilcke  
View profile  
 More options Nov 4 2012, 8:46 am
From: Michael Wilcke <michael.wil...@gmail.com>
Date: Sun, 4 Nov 2012 05:46:46 -0800 (PST)
Local: Sun, Nov 4 2012 8:46 am
Subject: Limitations on aggregations - alternatives?

Hi there,

because of Exalytics, building aggregates is getting more attention.
However, there are some limitations in the current version (we use
11.1.1.6.2 BP1).

1. Consider a logical fact column with "count" as the aggregation rule. If
you build aggregates for this measure at higher levels you will have sum up
these aggregated counts. Hence, you need to change the aggregation rule to
"sum" for those LTS, that contain aggregated counts.
With "count distinct" there is such an option: it is called "LTS override".
But I'm missing this option for "count".

Did someone else ran into this so far? Are there any workarounds?

2. In our case, that measure is semi-additive with an aggregation rule
"based on dimensions". The rule is "count" for "other Dimensions" and
"last" for the time dimension. This rule needs to be changed to "sum" for
"other dimensions" and "last" for the time dimension, whenever aggregates
are involved.
I see no way to configure this in admin tool, even not for "count distinct".

Again: Did someone else ran into this so far? Are there any workarounds?

Thanks - Mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian Berg  
View profile  
 More options Nov 5 2012, 3:24 am
From: Christian Berg <christian.b.b...@gmail.com>
Date: Mon, 5 Nov 2012 09:24:09 +0100
Local: Mon, Nov 5 2012 3:24 am
Subject: Re: [OBIEE EMG] Limitations on aggregations - alternatives?

Good morning Michael,

I don't have one of those shiny toys to play around, but the problems
you're talking about are definitely still there up to 6.5.

ad 1.) COUNT DISTINCT is the only aggregation type supporting different
aggregation rules by LTS but also lose the possibility as soon as you
switch to an aggregation based on dimensions (it's the one or the other).
For all other aggregation types - if you want to keep one single logical
fact column and not multiply them by level and aggrregation logic - you
will need to make your lowest-rain source match the aggregation rule for
the higher levels.
E.g. transform the lowest-level COUNT into a SUM(1) or the likes. Granted,
that can mean some nasty calculations when the count isn't actually
happening on the grain itself or ETLing some new fake measure.

ad 2.) As stated above, out-of-the-box this isn't possible (correct me if
I'd missed something guys since that would actually be quite sweet
functionality). So far it's one or the other for COUNT DISTINCT and only
"based on dim" for all others.

You're definitely hitting cube territory here, so one could question
Oracles willingness and incentive to invest into further functional
extensions there compared to just telling you: use an Essbase cube and
define different calculations and aggregations there.

Cheers,
Christian

On Sun, Nov 4, 2012 at 2:46 PM, Michael Wilcke <michael.wil...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stewart Bryson  
View profile  
 More options Nov 5 2012, 8:58 am
From: Stewart Bryson <stewartbry...@gmail.com>
Date: Mon, 5 Nov 2012 08:57:35 -0500
Local: Mon, Nov 5 2012 8:57 am
Subject: Re: [OBIEE EMG] Limitations on aggregations - alternatives?

I agree with Christian here. I use a measure with a value of 1 instead of doing a COUNT, and then set the aggregation rule to SUM. Does this work for your scenario?

On Nov 5, 2012, at 3:24 AM, Christian Berg <christian.b.b...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Wilcke  
View profile  
 More options Nov 5 2012, 9:06 am
From: Michael Wilcke <michael.wil...@gmail.com>
Date: Mon, 5 Nov 2012 06:06:32 -0800 (PST)
Local: Mon, Nov 5 2012 9:06 am
Subject: Re: [OBIEE EMG] Limitations on aggregations - alternatives?

Hi Christian and Stewart,

keeping the rule SUM, LAST all the the time sounds good. Couldn't try yet,
but will post here, when successful.

THANKS a lot - Mike

Am Montag, 5. November 2012 14:58:00 UTC+1 schrieb Stewart Bryson:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jeff@brewpalace.com  
View profile  
 More options Nov 5 2012, 11:29 am
From: "j...@brewpalace.com" <j...@brewpalace.com>
Date: Mon, 5 Nov 2012 08:29:55 -0800 (PST)
Local: Mon, Nov 5 2012 11:29 am
Subject: Re: [OBIEE EMG] Limitations on aggregations - alternatives?

OBI will automatically convert Count() into a Sum() for any aggregates; its been able to do that forever.  The other problems are as others have responded already.

Jeff M.

________________________________
 From: Michael Wilcke <michael.wil...@gmail.com>
To: obiee-enterprise-methodology@googlegroups.com
Sent: Sunday, November 4, 2012 5:46 AM
Subject: [OBIEE EMG] Limitations on aggregations - alternatives?

Hi there,

because of Exalytics, building aggregates is getting more attention. However, there are some limitations in the current version (we use 11.1.1.6.2 BP1). 

1. Consider a logical fact column with "count" as the aggregation rule. If you build aggregates for this measure at higher levels you will have sum up these aggregated counts. Hence, you need to change the aggregation rule to "sum" for those LTS, that contain aggregated counts.
With "count distinct" there is such an option: it is called "LTS override". But I'm missing this option for "count".

Did someone else ran into this so far? Are there any workarounds?

2. In our case, that measure is semi-additive with an aggregation rule "based on dimensions". The rule is "count" for "other Dimensions" and "last" for the time dimension. This rule needs to be changed to "sum" for "other dimensions" and "last" for the time dimension, whenever aggregates are involved.
I see no way to configure this in admin tool, even not for "count distinct".

Again: Did someone else ran into this so far? Are there any workarounds?

Thanks - Mike
--
You received this message because you are subscribed to the Google
Groups "OBIEE Enterprise Methodology Group" group.
To post to this group, send email to
obiee-enterprise-methodology@googlegroups.com
To unsubscribe from this group, send email to
obiee-enterprise-methodology+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/obiee-enterprise-methodology?hl=en
 
All content to the OBIEE EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/).  Any content sourced must be attributed back to the OBIEE EMG with a link to the Google Group (http://groups.google.com/group/obiee-enterprise-methodology).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic