Answer Posted / v.sivakumar
In the universe level there is a concept named derived
tables.
We can create a derived table with our own query comparing
2 or more tables as per our requirement and we can generate
reports using the object from that derivesd tables.
In universe level , derived table is consider as View.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
U r project in which stage in implementation?
Explain as a ba (business analyst) approaching a new piece of work, who would you interview and what questions would you ask?
(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.
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 would you consider as your biggest achievement and why?
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
Is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
Explain and tell me about a situation where your analysis of a problem was deemed to be incorrect? What would you have done differently?
What are the general problems that are faced while importing the .biar files and what is the solution to overcome it in business objects?
Hi, What is the best answer for tell me about yourself for 2 years experience in bo developing.
What three things do you consider to be the most important factors for a manager?
What Is Snow Flake Schema?
Regarding Hyperlinking in Business Objects. We have a few reports in QA environment where a number of hyperlinks are employed using OpenDoc function.In some of the reports,hyperlink is used to move to another tab within the same report.The formula used include "DocID" and ReportName="tab name".This works fine but now,for the PROD move,this will not work as the Doc Ids are subject to change. Is there a way to overcome this?Without DocID,how will move to a particular tab? Thanks in advance
What is the difference between business requirement document and use case document.
When to use local filter and when to use global filter?