how u link universes of same functional domain ?
Answer Posted / maanan
Using Linked universes option under Universe Parameter.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between union and group?
If there are no indices defined on any of the columns in the above two tables, which columns would you index to speed up the left join query?
Then how to select the source by using webi or deski reports into crystal reports? i think main source is Businessview. where u import the datasource ?
What is thumbnail?
Which command using Query Analyzer will give you the version of SQL server and operating system ?
Differences between business objects and web intelligence reports?
Explain what are the steps to be taken to schedule the report?
How can you first report in Business Objects by using broadcast agent?
What is the difference between slice and dice and cross tab report?
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?
Did you face any problems while creating reports? Name? Solutions?
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?
how get the grand total in master-detail report?
Explain how to execute the plsql procedure from the report by clicking with mouse?
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