what is aggregate navigation?

Answers were Sorted based on User's Feedback



what is aggregate navigation?..

Answer / shikha

Whenever we use Aggregate Aware we need to set up
incompatilibities to work it properly (so BusinessObjects
knows what SQL to generate)

For example, There are 2 aggregate tables fact table by
week and by day.If you set up a measure as aggregate aware
from both tables - total quantity for example, the select
might be something like: -

@Aggregate_Aware(sum(week_agg.qty),sum(day_agg.qty))

The week table listed first as this would be the
preference. But as BusinessObjects needs a reason to not go
to the week_agg table, this is done using
incompatibilities. For example the Week Number dimension
object would be compatible with the week_agg table as it
will link to it and the data is held at an appropriate
level to report against it. However the Date dimension
object would be set as incompatible with the week_agg
table, such that when it is selected alongside the Quantity
object, BusinessObjects knows to jump to the next option in
its select definition.

Is This Answer Correct ?    27 Yes 3 No

what is aggregate navigation?..

Answer / nareshkumar

Aggregate Navigation is used to specify the incompatible
objects.

Is This Answer Correct ?    20 Yes 7 No

what is aggregate navigation?..

Answer / sam

To receive the performance benefit offered by an aggregate
schema, a query must be written to use the aggregate.
Rewriting the sample query was a simple matter of
substituting the name of the aggregate fact table for that
of the base fact table. This may be easy for technical
personnel, but can prove confusing for an end user. The
complexity grows as additional aggregate tables are added.
Technical and business users alike may err in assessing
which table will provide the best performance. And, if more
aggregate tables are added or old ones removed, existing
queries must be rewritten.
The key to avoiding these pitfalls lies in implementation
of an aggregate navigator.
A component of the data warehouse infrastructure, the
aggregate navigator assumes the task of rewriting user
queries to utilize aggregate tables.
Users and developers need only be concerned with the base
schema. At runtime, the aggregate navigator redirects the
query to the most efficient aggregate schema.

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More Business Objects Interview Questions

Hi , can anybody explain me what is the need of migration ? and how to do it ? could plz explain me in detail?

2 Answers  


Explain about alerts in bos, under what situation we need to use alerts?

0 Answers  


who r the users in B.O.XIR2?

2 Answers   PCS,


What is thin client And thick client..?

2 Answers  


. User wants to modify a report and wants to add additional data. How will you approach.

2 Answers  






I have saved one file in GMT as a standard time and the server must convert it into local time. How to do it?

1 Answers   IBM,


I have 2 doubts regarding the "Input Control" functionality in BI4: 1) Can the Input Controls in BI4 be manipulated? I mean, can we change the IC display as BOLD or change the values from Italics to regular? Or change the colors? 2) How to get hierarchy type control in IC? Let's say my first IC is for Country and second is for State. If I select a particulat country from Ist IC,second one should show me states belonging to selected country. Is that possible? Thanks in advance!!!

0 Answers  


what is difference between folders and category ?

4 Answers   Tech Mahindra,


What is the difference in creating filters in designer and business objects?

0 Answers  


1. what is the purpose of creation of universe than other data sources ? 2. which is the best method in performance tuning techniques ?

3 Answers  


please anyone explain me the derived table with the problem tables.

1 Answers   CTC,


I have a column contains a data like A,A+,A++,B,B++ how u going to sort ther data?

4 Answers  


Categories