What is diff b/w Alias and Contexts in which situation we
are using contexts instead of Alias?
Answer Posted / saichand
The main diffrence between them is if the loop is formed
between 1 fact table and 2(0r) more dimensions tables,then
create an alias for existing dimension tables.if loop
constitute more than one fact table then in this case go
for contexting.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to open a universe with out using the Designer ??
What is difference between webi and infoview?
please explain me with the real time tables on how aggregate tables are created and how aggregate awareness is addressed to it.
Please send me BO certification details and question papers? this is my mail id: valsreenivas@gmail.com
Which versions are used in the bo dashboard work?
What Is The Difference Between Oltp And Olap?
Explain how we drill up week to month?
Explain how can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?
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?
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
Explain what are the measure objects?
How to do impact analysis for a change in Database field size which is assigned to a Dimension object and used in 10 universes
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?
What is Indexing? how did u implement indexing?
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