Answer Posted / vams_gk
in real time senario we will work with linked universe.here
same data source and diff data source is not a issue.we
need to fech max 15 to 17 tables in single universe.more
than that u will create another universe and link it.
file-->parametes -links
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Explain is data mart?
Please send me BO certification details and question papers? this is my mail id: valsreenivas@gmail.com
How to sort the dynamic objects alphabetically on the Universe based on and SQL Server
What are the steps to do to use alerts in bo?
Can more than 1 metric be applied on an analytic in business objects?
Explain when we use aggregate awareness function in designer?
Is there any other repository domains rather than universe, security, document?
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?
any difficulitis have you phase while creating bo reports and how did u solve it
what is the difference b/w the refresh and buffered data?
What's the Functional & Architectural Differences between Business Objects & Web Intelligence Reports?
Are data mart and dwh normalized or denormalized? Do both of them exist in the same tier?
Migration of Reports from business objects 5.1.5 to samee version in different hardware?
What is top business?
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