What is the purpose of @aggregate aware function?please
draw, how you use the @aggregate aware function
Answer Posted / prasanna
An aggregate table is summary table that dba build to execute
querys faster.@aggregate _aware is an function in bo which
takes advantage of aggregate table when ever possible else
it redirects to original fact table.
syntax:
@aggregate_aware(sum(smallest_table),sum(medium
table),sum(biggest_table));
here smallest table is aggregate table because data is
aggregated by various dimensions.and big table is fact table.
| Is This Answer Correct ? | 22 Yes | 7 No |
Post New Answer View All Answers
8. How much supervision have you typically received in your previous job?
Can we create universe with no cache??
Can anybody tell me what are the tuning problems?
Hi friends,
I am trying to create OLAP connection in IDT. I am getting
error "error code:405 METHOD NOT ALLOWED"
I am using "http:
U r project in which stage in implementation?
Explain and tell me about a situation where your analysis of a problem was deemed to be incorrect? What would you have done differently?
Which versions are used in the bo dashboard work?
Is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
What are all the points to keep in consideration, while we are migrating the Universes,Reports from BO5.1.6 to BO 6.5? Is is compatible to migrate like this? Does it effect the filters in Reports and Join in the Universe?
Explain the difference between union and group?
Give some information on report bursting?
what is xcelsius architecture?
can anybody tell me about complicated object you have created
Explain is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
please explain me with the real time tables on how aggregate tables are created and how aggregate awareness is addressed to it.