main purpose of aggregate awareness(not include make
possible of use of aggregate tables)
Answers were Sorted based on User's Feedback
Answer / sai
Aggregate tables are used in the schema in oreder to
inprove the query performance.it is implemented by using
@aggregate_aware()function.these tables carries
precalculated aggregates(measures).it will improve query
performane,so we will get data fastly.refer this link to
know more:
http://www.dwoptimize.com/2007/09/aggregate-awareness.html
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / sonia
Aggregate Awareness is used to avoid having an object
multiple times, in different classes, for the fact table
and the aggregated table.
| Is This Answer Correct ? | 1 Yes | 8 No |
Please send me BO certification details and question papers? this is my mail id: valsreenivas@gmail.com
how can we build one report from two data bases
In a report i want to fetch teh data from 2 data Providers. which condetion wil satisfy to link the 2 data providers. ex: Q1 have columns A,B,C Q2 has a X,Y,Z columns. requirement is like i want to get all the columns from those 2 tables in report level..like A,B,C,X,Y,Z in a single report.
If there are no indices defined on any of the columns in the above two tables, which columns would you index to speed up the left join query?
what is casual dimension?
HOW TO SPOT A HIERARCHY?
Is it possible to create a new calendar using BO? Ex:- Wants to create a calendar where the year starts with the 1feb - 25Feb. Next month from 26Feb - 14Mar.
how do you give security to universe ?
2 Answers InfoStep, Tech Mahindra,
what is static filter and dynamic filter
date format in report like (22/5/2010 "3:20:15 am") like this i want to remove 3:20:15 remove from report how can we do this in bo xi r2
Iam having an report it contain n number of rows i want to desplay each rows in one colur pls explain me its very important
What is a Set?