Difference between scope of analysis in webi and in deski?
Answer Posted / raju
In Deski: all the data for all objects will be retrieved
from the database.and that is stored in microcube.whenver
you want to drill down for next level dimension it doesnot
need to connect to database
In Webi : all values for all objects that are dragged into
the query panel will be retrieved.hierarchical objects
values wont be retrieved like deski.
whenever you drill down the report, to display the values
this reort is meet ot database again. and retrieves the
data.
( I am posting as of my knowledge, If any mistake in this
Pls let mw know)
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
Explain which versions are used in the bo dashboard work?
How to do impact analysis for a change in Database field size which is assigned to a Dimension object and used in 10 universes
What three things do you consider to be the most important factors for a manager?
What are the steps to be taken to schedule the report?
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?
How to schedule the report in b.o?
Migration of Reports from business objects 5.1.5 to samee version in different hardware?
Explain what if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
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?
Are data mart and dwh normalized or denormalized? Do both of them exist in the same tier?
Its regarding Javascript coding for customization in BI4 reports. We need to have all the options disabled in the report except the option to Export(save the report in computer in Excel/pdf formats). I am able to hide TopBar,TabBar,Left Navigation etc but I need "Export" option to be displayed to the users in Read mode. Can this selective "hiding" be achieved?
what are the day to day activities of BO administrator ?
What is a bo repository?
What is package in BO
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye