Can i merge two dataproviders if they do not have common
column?
Answer Posted / romit kumar saha
No we cannot. We need to have common columns.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?
How to sort the dynamic objects alphabetically on the Universe based on and SQL Server
What three things do you consider to be the most important factors for a manager?
Explain is there any default username & pwd for bo designer & supervisor?
Explain is there any other repository domains rather than universe, security, document?
Let me know the things we can do in webi and cannot do it in full client and vice verse for bo6.5?
How can you first report in Business Objects by using broadcast agent?
1)I have createcd a dashboard on Bex query. How to refresh the Dashboard without hitting the bex query? 2)What is Event based scheduling in BO? 3) How to display the BO webi report title using a function? 4) For eg in my webi report iam having a person name like Jhon Peter Adam. But i need to get only the middle name of the person like Peter. What function is used in Webi to get this?
How many universes can be created in a project?
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?
(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.
What is package in BO
What is difference between webi and infoview?
Explain what if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
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