Who launches the supervisor product in Business Objects for
first time?
Answer Posted / prasanna.ramesh1
supervisor concept is in bo6.5 but not avail in xi.first
time supervisor is launched by general supervisor and he
creates repository also at the same time.then he creates
users ang gave permissions to access the repository.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to execute the plsql procedure from the report by clicking with mouse?
How to schedule the report in b.o?
How to do impact analysis for a change in Database field size which is assigned to a Dimension object and used in 10 universes
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 is the difference between add link and include link in BO? Explain me with a scenario when to go for add link and when to go for include link?
If 2 tables are joined by Shortcut join, if query is generated based these join, what will be the join type and what will be the generated query? Thanks in advance?
What is the difference between the public object&schema object?
I have set of reports in BO4.0 and need to use "Hyperlink" functionality. I had to use native hyperlink functionality provided in BO4.0 but looks like it's available only in Rich Client.Currently,we have only Infoview B04.0 Launch Pad.Is OpenDoc the only hyperlink option on BO4.0 Launch Pad? Thank you.
What if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
What is a fantrap in business objects?
What is the profile and package?
What are the data types present in bo? What happens if we implement view in the designer and report?
In source system we have os - windows BO - 5.1.5. with webi 2.7.1 Repository database - oracle Reports database - Oracle and DB2 Nearly we have 1200 reports in present system , i want to move as it is to new hardware os- windows bo- 5.1.5 with webi2.7.1 repository - oracle reports - oracle and db2 let me know is there any migration techniques in same version. thanks in advance Usha
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