Business Objects INTERVIEW QUESTION & ANSWERS
81. |
What is the syntax of a Aggregate Aware function? |
|
The syntax of the @Aggregate_Aware function is as follows : @Aggregate_Aware(sum(agg_table_1), ... sum(agg_table_n)) where agg_table_1 is the table with the highest level of aggregation, and agg_table_n the table with the lowest level. |
82. |
Is Universe MOLAP or OLAP? |
|
MOLAP - Multidimensional Online Analytical Processing. |
83. |
What is intelligent binning? |
|
A powerful BUSINESSMINER feature which automatically and intelligently divides numeric values into "bins" based on the range, values and distribution of the data. |
84. |
What is an add-in? |
|
Add-ins are programs that add optional commands and features to BUSINESSOBJECTS. Add-ins are usually created by those responsible in your company for adding customized features to BUSINESSOBJECTS. All you probably need to do is install and uninstall add-ins that are sent to you. |
85. |
Can a Universe have more than one fact Table? |
|
Yes. Typically a universe can have more than one fact table and numerous aggregated tables. |