What is the difference between the Webintelligence and
desktopintelligence?
Answer Posted / nameer
Desktop Intelligence:
1.Need to install the bo software in the client machine to
perform any action in deski
2.No connection with CMS
3.Can create reports from differenr sources like stored
procedure,excel,flat files etc other than universe.
4.report extension is .rpt
Web In telligence:
1.we can perform any action in webi using infoview, which
is web interface.
2.Connected with CMS. need to maintain the connection with
the CMS
3.can create reports only from universe
4.report extension is .webi
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
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?
What is object stores?
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?
What is package in BO
What are all difference between business objects 6.5 and xi r2?
How to open a universe with out using the Designer ??
Explain what are the measure objects?
Explain in detail about type 1?
Explain is it the job of a business analyst or systems analyst to draw the class diagram?
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 the data types present in bo? What happens if we implement view in the designer and report?
What is difference between webi and infoview?
Explain what is aggregate table and aggregate fact table ... Any examples of both?
(1) Is it possible to create measures using objects from different context. (2) If cross context measures are not possible then what about @aggregate_aware() function ,here we use objects from different contexts. (3)Two measures from two different context ,can they be summed at report level.
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