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
What three things do you consider to be the most important factors for a manager?
How were the reports scheduled and how to resolve unexecuted documents?
Explain what is the difference between business requirement document and use case document.
Hi, What is the best answer for tell me about yourself for 2 years experience in bo developing.
webI report not showing Barcode in PDF format, i have used BC39 font,but barcode is shown in HTML but not in PDF, please any solutions??
How to restrict password to a user while sending a document in .pdf format
What is aggregate table and aggregate fact table ... Any examples of both?
When we use aggregate awareness function in designer?
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:
How to execute the plsql procedure from the report by clicking with mouse?
What is the difference between absolute and relative div positioning?
any difficulitis have you phase while creating bo reports and how did u solve it
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!!!
Explain the difference between union and group?
Explain how to schedule the report in b.o?